Shades of Sulu #CADE8B
Tints of Sulu #CADE8B
RGB
CMYK
RGB Variations
Color information
#CADE8B (or 0xCADE8B) is known color: Sulu. HEX triplet: CA, DE and 8B. RGB value is (202,222,139). Sum of RGB (Red+Green+Blue) = 202+222+139=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 139 (54.69% from 255 or 24.69% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #CADE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADE8B is #352174. Grayscale: #CECECE. Windows color (decimal): -3481973 or 9166538. OLE color: 9166538.
HSL color Cylindrical-coordinate representation of color #CADE8B: hue angle of 74.46º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CADE8B is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 222 | 139 | - |
CMYK | 0.09 | 0 | 0.37 | 0.13 |
HSL | 74.46º | 0.56% | 0.71% | - |
HSV(B) | 74.46º | 0.37% | 0.87% | - |
XYZ | 55.14 | 66.66 | 34.39 | - |
YUV | 206.56 | 89.87 | 124.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 222 | 139 | 0.09 | 0 | 0.37 | 0.13 | 74.46 | 0.56 | 0.71 |
Hex | CA | DE | 8B | 9 | 0 | 25 | D | 4A | 38 | 47 |
Octal | 312 | 336 | 213 | 11 | 0 | 45 | 15 | 112 | 70 | 107 |
Binary | 11001010 | 11011110 | 10001011 | 1001 | 0 | 100101 | 1101 | 1001010 | 111000 | 1000111 |
Color Harmonies of #CADE8B
Complementary color
Monochromatic Colors of #CADE8B
Black with #CADE8B
Text Example
Text Example
White with #CADE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADE8B; }
p { color: rgb(202,222,139); }
H1.HeaderClassName
{
color: #CADE8B;
}
.AnyTagClassName
{
color: #CADE8B;
}
</style>
background-color css
<style>
a { background-color: #CADE8B; }
a { background-color: rgb(202,222,139); }
div.DivClassName
{
background-color: #CADE8B;
}
.BgClassName
{
background-color: #CADE8B;
}
</style>
border-color css
<style>
span { border-color: #CADE8B; }
span { border-color: rgb(202,222,139); }
td.TdClassName
{
border-color: #CADE8B;
}
.TagClassName
{
border-color: #CADE8B;
}
</style>