#C5E92A

Color #C5E92A Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #C5E92A

Tints of Pear #C5E92A

Color information

#C5E92A (or 0xC5E92A) is unknown color: approx Pear. HEX triplet: C5, E9 and 2A. RGB value is (197,233,42). Sum of RGB (Red+Green+Blue) = 197+233+42=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 233 (91.41% from 255 or 49.36% from 472); Blue value is 42 (16.80% from 255 or 8.90% from 472); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E92A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5E92A is #3A16D5. Grayscale: #C9C9C9. Windows color (decimal): -3806934 or 2812357. OLE color: 2812357.

HSL color Cylindrical-coordinate representation of color #C5E92A: hue angle of 71.31º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5E92A is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB19723342-
CMYK0.1500.820.09
HSL71.31º81.28%53.92%-
HSV(B)71.31º81.97%91.37%-
XYZ52.5870.3212.99-
YUV200.4638.57125.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 41.74%
GREEN value IS 233 (91.41% from 255) = 49.36%
BLUE value IS 42 (16.80% from 255) = 8.90%
R=41.74%
G=49.36%
B=8.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal197233420.1500.820.0971.3181.2853.92
HexC5E92AF0529475136
Octal305351521701221110712166
Binary1100010111101001101010111101010010100110001111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E92A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E92A; }

 p { color: rgb(197,233,42); }

 H1.HeaderClassName
 {
   color: #C5E92A;
 }
 .AnyTagClassName
 {
   color: #C5E92A;
 }
</style>
background-color css

<style>
 a { background-color: #C5E92A; }

 a { background-color: rgb(197,233,42); }

 div.DivClassName
 {
   background-color: #C5E92A;
 }
 .BgClassName
 {
   background-color: #C5E92A;
 }
</style>
border-color css

<style>
 span { border-color: #C5E92A; }

 span { border-color: rgb(197,233,42); }

 td.TdClassName
 {
   border-color: #C5E92A;
 }
 .TagClassName
 {
   border-color: #C5E92A;
 }
</style>