Shades of Reef #CAE39B
Tints of Reef #CAE39B
RGB
CMYK
RGB Variations
Color information
#CAE39B (or 0xCAE39B) is known color: Reef. HEX triplet: CA, E3 and 9B. RGB value is (202,227,155). Sum of RGB (Red+Green+Blue) = 202+227+155=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 227 (89.06% from 255 or 38.87% from 584); Blue value is 155 (60.94% from 255 or 26.54% from 584); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE39B is #351C64. Grayscale: #D3D3D3. Windows color (decimal): -3480677 or 10216394. OLE color: 10216394.
HSL color Cylindrical-coordinate representation of color #CAE39B: hue angle of 80.83º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAE39B is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 227 | 155 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.11 |
| HSL | 80.83º | 0.56% | 0.75% | - |
| HSV(B) | 80.83º | 0.32% | 0.89% | - |
| XYZ | 57.74 | 69.86 | 41.45 | - |
| YUV | 211.32 | 96.22 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 227 | 155 | 0.11 | 0 | 0.32 | 0.11 | 80.83 | 0.56 | 0.75 |
| Hex | CA | E3 | 9B | B | 0 | 20 | B | 51 | 38 | 4B |
| Octal | 312 | 343 | 233 | 13 | 0 | 40 | 13 | 121 | 70 | 113 |
| Binary | 11001010 | 11100011 | 10011011 | 1011 | 0 | 100000 | 1011 | 1010001 | 111000 | 1001011 |
Color Harmonies of #CAE39B
Complementary color
Monochromatic Colors of #CAE39B
Black with #CAE39B
Text Example
Text Example
White with #CAE39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE39B; }
p { color: rgb(202,227,155); }
H1.HeaderClassName
{
color: #CAE39B;
}
.AnyTagClassName
{
color: #CAE39B;
}
</style>
background-color css
<style>
a { background-color: #CAE39B; }
a { background-color: rgb(202,227,155); }
div.DivClassName
{
background-color: #CAE39B;
}
.BgClassName
{
background-color: #CAE39B;
}
</style>
border-color css
<style>
span { border-color: #CAE39B; }
span { border-color: rgb(202,227,155); }
td.TdClassName
{
border-color: #CAE39B;
}
.TagClassName
{
border-color: #CAE39B;
}
</style>