Shades of Sulu #CAFC7B
Tints of Sulu #CAFC7B
RGB
CMYK
RGB Variations
Color information
#CAFC7B (or 0xCAFC7B) is known color: Sulu. HEX triplet: CA, FC and 7B. RGB value is (202,252,123). Sum of RGB (Red+Green+Blue) = 202+252+123=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 123 (48.44% from 255 or 21.32% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFC7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFC7B is #350384. Grayscale: #DEDEDE. Windows color (decimal): -3474309 or 8125642. OLE color: 8125642.
HSL color Cylindrical-coordinate representation of color #CAFC7B: hue angle of 83.26º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAFC7B is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 252 | 123 | - |
CMYK | 0.20 | 0 | 0.51 | 0.01 |
HSL | 83.26º | 0.96% | 0.74% | - |
HSV(B) | 83.26º | 0.51% | 0.99% | - |
XYZ | 62.74 | 83.61 | 31.57 | - |
YUV | 222.34 | 71.94 | 113.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 252 | 123 | 0.20 | 0 | 0.51 | 0.01 | 83.26 | 0.96 | 0.74 |
Hex | CA | FC | 7B | 14 | 0 | 33 | 1 | 53 | 60 | 4A |
Octal | 312 | 374 | 173 | 24 | 0 | 63 | 1 | 123 | 140 | 112 |
Binary | 11001010 | 11111100 | 1111011 | 10100 | 0 | 110011 | 1 | 1010011 | 1100000 | 1001010 |
Color Harmonies of #CAFC7B
Complementary color
Monochromatic Colors of #CAFC7B
Black with #CAFC7B
Text Example
Text Example
White with #CAFC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFC7B; }
p { color: rgb(202,252,123); }
H1.HeaderClassName
{
color: #CAFC7B;
}
.AnyTagClassName
{
color: #CAFC7B;
}
</style>
background-color css
<style>
a { background-color: #CAFC7B; }
a { background-color: rgb(202,252,123); }
div.DivClassName
{
background-color: #CAFC7B;
}
.BgClassName
{
background-color: #CAFC7B;
}
</style>
border-color css
<style>
span { border-color: #CAFC7B; }
span { border-color: rgb(202,252,123); }
td.TdClassName
{
border-color: #CAFC7B;
}
.TagClassName
{
border-color: #CAFC7B;
}
</style>