Html Css Color HEX #CAE456 Conifer

📋 copy color: '#CAE456'

red 202 ◦ green 228 ◦ blue 86

#CAE456
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #CAE456

Tints of Conifer #CAE456

RGB

 RED value IS 202 (79.3% from 255) = 39.15%

 GREEN value IS 228 (89.45% from 255) = 44.19%

 BLUE value IS 86 (33.98% from 255) = 16.67%

R = 39.15%
G = 44.19%
B = 16.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#CAE456 (or 0xCAE456) is known color: Conifer. HEX triplet: CA, E4 and 56. RGB value is (202,228,86). Sum of RGB (Red+Green+Blue) = 202+228+86=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 86 (33.98% from 255 or 16.67% from 516); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE456 is #351BA9. Grayscale: #CCCCCC. Windows color (decimal): -3480490 or 5694666. OLE color: 5694666.

HSL color Cylindrical-coordinate representation of color #CAE456: hue angle of 70.99º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CAE456 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 228 86 -
CMYK 0.11 0 0.62 0.11
HSL 70.99º 0.72% 0.62% -
HSV(B) 70.99º 0.62% 0.89% -
XYZ 53.78 68.72 19.23 -
YUV 204.04 61.39 126.55 -
System Red Green Blue C M Y K H S L
Decimal 202 228 86 0.11 0 0.62 0.11 70.99 0.72 0.62
Hex CA E4 56 B 0 3E B 47 48 3E
Octal 312 344 126 13 0 76 13 107 110 76
Binary 11001010 11100100 1010110 1011 0 111110 1011 1000111 1001000 111110

Color Harmonies of #CAE456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE456

Black with #CAE456

Text Example


Text Example

White with #CAE456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE456; }

 p { color: rgb(202,228,86); }

 H1.HeaderClassName
 {
   color: #CAE456;
 }
 .AnyTagClassName
 {
   color: #CAE456;
 }
</style>

background-color css

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

 a { background-color: rgb(202,228,86); }

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

border-color css

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

 span { border-color: rgb(202,228,86); }

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