#C8EA52

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

Shades of Conifer #C8EA52

Tints of Conifer #C8EA52

Color information

#C8EA52 (or 0xC8EA52) is unknown color: approx Conifer. HEX triplet: C8, EA and 52. RGB value is (200,234,82). Sum of RGB (Red+Green+Blue) = 200+234+82=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 82 (32.42% from 255 or 15.89% from 516); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EA52 is #3715AD. Grayscale: #CFCFCF. Windows color (decimal): -3610030 or 5434056. OLE color: 5434056.

HSL color Cylindrical-coordinate representation of color #C8EA52: hue angle of 73.42º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8EA52 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB20023482-
CMYK0.1500.650.08
HSL73.42º78.35%61.96%-
HSV(B)73.42º64.96%91.76%-
XYZ54.7771.7318.94-
YUV206.5157.74123.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.76%
GREEN value IS 234 (91.80% from 255) = 45.35%
BLUE value IS 82 (32.42% from 255) = 15.89%
R=38.76%
G=45.35%
B=15.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal200234820.1500.650.0873.4278.3561.96
HexC8EA52F0418494e3e
Octal3103521221701011011111676
Binary11001000111010101010010111101000001100010010011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EA52; }

 p { color: rgb(200,234,82); }

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

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

 a { background-color: rgb(200,234,82); }

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

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

 span { border-color: rgb(200,234,82); }

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