#C4EA31

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

Shades of Pear #C4EA31

Tints of Pear #C4EA31

Color information

#C4EA31 (or 0xC4EA31) is unknown color: approx Pear. HEX triplet: C4, EA and 31. RGB value is (196,234,49). Sum of RGB (Red+Green+Blue) = 196+234+49=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 49 (19.53% from 255 or 10.23% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #C4EA31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4EA31 is #3B15CE. Grayscale: #CACACA. Windows color (decimal): -3872207 or 3271364. OLE color: 3271364.

HSL color Cylindrical-coordinate representation of color #C4EA31: hue angle of 72.32º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4EA31 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB19623449-
CMYK0.1600.790.08
HSL72.32º81.5%55.49%-
HSV(B)72.32º79.06%91.76%-
XYZ52.7470.813.79-
YUV201.5541.91124.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.92%
GREEN value IS 234 (91.80% from 255) = 48.85%
BLUE value IS 49 (19.53% from 255) = 10.23%
R=40.92%
G=48.85%
B=10.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal196234490.1600.790.0872.3281.555.49
HexC4EA311004F8485137
Octal304352612001171011012167
Binary11000100111010101100011000001001111100010010001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4EA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4EA31; }

 p { color: rgb(196,234,49); }

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

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

 a { background-color: rgb(196,234,49); }

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

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

 span { border-color: rgb(196,234,49); }

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