Shades of Conifer #CAEE55
Tints of Conifer #CAEE55
RGB
CMYK
RGB Variations
Color information
#CAEE55 (or 0xCAEE55) is known color: Conifer. HEX triplet: CA, EE and 55. RGB value is (202,238,85). Sum of RGB (Red+Green+Blue) = 202+238+85=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 85 (33.59% from 255 or 16.19% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEE55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEE55 is #3511AA. Grayscale: #D2D2D2. Windows color (decimal): -3477931 or 5631690. OLE color: 5631690.
HSL color Cylindrical-coordinate representation of color #CAEE55: hue angle of 74.12º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAEE55 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 238 | 85 | - |
CMYK | 0.15 | 0 | 0.64 | 0.07 |
HSL | 74.12º | 0.82% | 0.63% | - |
HSV(B) | 74.12º | 0.64% | 0.93% | - |
XYZ | 56.57 | 74.36 | 19.97 | - |
YUV | 209.79 | 57.57 | 122.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 238 | 85 | 0.15 | 0 | 0.64 | 0.07 | 74.12 | 0.82 | 0.63 |
Hex | CA | EE | 55 | F | 0 | 40 | 7 | 4A | 52 | 3F |
Octal | 312 | 356 | 125 | 17 | 0 | 100 | 7 | 112 | 122 | 77 |
Binary | 11001010 | 11101110 | 1010101 | 1111 | 0 | 1000000 | 111 | 1001010 | 1010010 | 111111 |
Color Harmonies of #CAEE55
Complementary color
Monochromatic Colors of #CAEE55
Black with #CAEE55
Text Example
Text Example
White with #CAEE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEE55; }
p { color: rgb(202,238,85); }
H1.HeaderClassName
{
color: #CAEE55;
}
.AnyTagClassName
{
color: #CAEE55;
}
</style>
background-color css
<style>
a { background-color: #CAEE55; }
a { background-color: rgb(202,238,85); }
div.DivClassName
{
background-color: #CAEE55;
}
.BgClassName
{
background-color: #CAEE55;
}
</style>
border-color css
<style>
span { border-color: #CAEE55; }
span { border-color: rgb(202,238,85); }
td.TdClassName
{
border-color: #CAEE55;
}
.TagClassName
{
border-color: #CAEE55;
}
</style>