#CAE355

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

Shades of Conifer #CAE355

Tints of Conifer #CAE355

Color information

#CAE355 (or 0xCAE355) is unknown color: approx Conifer. HEX triplet: CA, E3 and 55. RGB value is (202,227,85). Sum of RGB (Red+Green+Blue) = 202+227+85=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE355 is #351CAA. Grayscale: #CBCBCB. Windows color (decimal): -3480747 or 5628874. OLE color: 5628874.

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

Color convert

RGB20222785-
CMYK0.1100.630.11
HSL70.56º71.72%61.18%-
HSV(B)70.56º62.56%89.02%-
XYZ53.4768.1518.93-
YUV203.3461.22127.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.30%
GREEN value IS 227 (89.06% from 255) = 44.16%
BLUE value IS 85 (33.59% from 255) = 16.54%
R=39.30%
G=44.16%
B=16.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202227850.1100.630.1170.5671.7261.18
HexCAE355B03FB47483d
Octal312343125130771310711075
Binary1100101011100011101010110110111111101110001111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE355; }

 p { color: rgb(202,227,85); }

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

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

 a { background-color: rgb(202,227,85); }

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

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

 span { border-color: rgb(202,227,85); }

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