Shades of Sulu #CAF28C
Tints of Sulu #CAF28C
RGB
CMYK
RGB Variations
Color information
#CAF28C (or 0xCAF28C) is known color: Sulu. HEX triplet: CA, F2 and 8C. RGB value is (202,242,140). Sum of RGB (Red+Green+Blue) = 202+242+140=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 140 (55.08% from 255 or 23.97% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF28C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF28C is #350D73. Grayscale: #DADADA. Windows color (decimal): -3476852 or 9237194. OLE color: 9237194.
HSL color Cylindrical-coordinate representation of color #CAF28C: hue angle of 83.53º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAF28C is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 140 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.05 |
| HSL | 83.53º | 0.8% | 0.75% | - |
| HSV(B) | 83.53º | 0.42% | 0.95% | - |
| XYZ | 60.84 | 77.95 | 36.65 | - |
| YUV | 218.41 | 83.75 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 140 | 0.17 | 0 | 0.42 | 0.05 | 83.53 | 0.8 | 0.75 |
| Hex | CA | F2 | 8C | 11 | 0 | 2A | 5 | 54 | 50 | 4B |
| Octal | 312 | 362 | 214 | 21 | 0 | 52 | 5 | 124 | 120 | 113 |
| Binary | 11001010 | 11110010 | 10001100 | 10001 | 0 | 101010 | 101 | 1010100 | 1010000 | 1001011 |
Color Harmonies of #CAF28C
Complementary color
Monochromatic Colors of #CAF28C
Black with #CAF28C
Text Example
Text Example
White with #CAF28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF28C; }
p { color: rgb(202,242,140); }
H1.HeaderClassName
{
color: #CAF28C;
}
.AnyTagClassName
{
color: #CAF28C;
}
</style>
background-color css
<style>
a { background-color: #CAF28C; }
a { background-color: rgb(202,242,140); }
div.DivClassName
{
background-color: #CAF28C;
}
.BgClassName
{
background-color: #CAF28C;
}
</style>
border-color css
<style>
span { border-color: #CAF28C; }
span { border-color: rgb(202,242,140); }
td.TdClassName
{
border-color: #CAF28C;
}
.TagClassName
{
border-color: #CAF28C;
}
</style>