Shades of Reef #CFE19B
Tints of Reef #CFE19B
RGB
CMYK
RGB Variations
Color information
#CFE19B (or 0xCFE19B) is known color: Reef. HEX triplet: CF, E1 and 9B. RGB value is (207,225,155). Sum of RGB (Red+Green+Blue) = 207+225+155=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE19B is #301E64. Grayscale: #D3D3D3. Windows color (decimal): -3153509 or 10215887. OLE color: 10215887.
HSL color Cylindrical-coordinate representation of color #CFE19B: hue angle of 75.43º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFE19B is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 155 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.12 |
| HSL | 75.43º | 0.54% | 0.75% | - |
| HSV(B) | 75.43º | 0.31% | 0.88% | - |
| XYZ | 58.57 | 69.48 | 41.33 | - |
| YUV | 211.64 | 96.04 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 155 | 0.08 | 0 | 0.31 | 0.12 | 75.43 | 0.54 | 0.75 |
| Hex | CF | E1 | 9B | 8 | 0 | 1F | C | 4B | 36 | 4B |
| Octal | 317 | 341 | 233 | 10 | 0 | 37 | 14 | 113 | 66 | 113 |
| Binary | 11001111 | 11100001 | 10011011 | 1000 | 0 | 11111 | 1100 | 1001011 | 110110 | 1001011 |
Color Harmonies of #CFE19B
Complementary color
Monochromatic Colors of #CFE19B
Black with #CFE19B
Text Example
Text Example
White with #CFE19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE19B; }
p { color: rgb(207,225,155); }
H1.HeaderClassName
{
color: #CFE19B;
}
.AnyTagClassName
{
color: #CFE19B;
}
</style>
background-color css
<style>
a { background-color: #CFE19B; }
a { background-color: rgb(207,225,155); }
div.DivClassName
{
background-color: #CFE19B;
}
.BgClassName
{
background-color: #CFE19B;
}
</style>
border-color css
<style>
span { border-color: #CFE19B; }
span { border-color: rgb(207,225,155); }
td.TdClassName
{
border-color: #CFE19B;
}
.TagClassName
{
border-color: #CFE19B;
}
</style>