#CAED4E

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

Shades of Conifer #CAED4E

Tints of Conifer #CAED4E

Color information

#CAED4E (or 0xCAED4E) is unknown color: approx Conifer. HEX triplet: CA, ED and 4E. RGB value is (202,237,78). Sum of RGB (Red+Green+Blue) = 202+237+78=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 78 (30.86% from 255 or 15.09% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #CAED4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAED4E is #3512B1. Grayscale: #D1D1D1. Windows color (decimal): -3478194 or 5172682. OLE color: 5172682.

HSL color Cylindrical-coordinate representation of color #CAED4E: hue angle of 73.21º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAED4E is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB20223778-
CMYK0.1500.670.07
HSL73.21º81.54%61.76%-
HSV(B)73.21º67.09%92.94%-
XYZ56.0273.6718.48-
YUV208.4154.4123.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 237 (92.97% from 255) = 45.84%
BLUE value IS 78 (30.86% from 255) = 15.09%
R=39.07%
G=45.84%
B=15.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal202237780.1500.670.0773.2181.5461.76
HexCAED4EF043749523e
Octal312355116170103711112276
Binary1100101011101101100111011110100001111110010011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAED4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAED4E; }

 p { color: rgb(202,237,78); }

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

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

 a { background-color: rgb(202,237,78); }

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

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

 span { border-color: rgb(202,237,78); }

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