Shades of Reef #CDFF93
Tints of Reef #CDFF93
RGB
CMYK
RGB Variations
Color information
#CDFF93 (or 0xCDFF93) is known color: Reef. HEX triplet: CD, FF and 93. RGB value is (205,255,147). Sum of RGB (Red+Green+Blue) = 205+255+147=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 147 (57.81% from 255 or 24.22% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFF93 is #32006C. Grayscale: #E4E4E4. Windows color (decimal): -3276909 or 9699277. OLE color: 9699277.
HSL color Cylindrical-coordinate representation of color #CDFF93: hue angle of 87.78º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDFF93 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 147 | - |
| CMYK | 0.20 | 0 | 0.42 | 0 |
| HSL | 87.78º | 1% | 0.79% | - |
| HSV(B) | 87.78º | 0.42% | 1% | - |
| XYZ | 66.2 | 86.61 | 40.83 | - |
| YUV | 227.74 | 82.44 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 147 | 0.20 | 0 | 0.42 | 0 | 87.78 | 1 | 0.79 |
| Hex | CD | FF | 93 | 14 | 0 | 2A | 0 | 58 | 64 | 4F |
| Octal | 315 | 377 | 223 | 24 | 0 | 52 | 0 | 130 | 144 | 117 |
| Binary | 11001101 | 11111111 | 10010011 | 10100 | 0 | 101010 | 0 | 1011000 | 1100100 | 1001111 |
Color Harmonies of #CDFF93
Complementary color
Monochromatic Colors of #CDFF93
Black with #CDFF93
Text Example
Text Example
White with #CDFF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF93; }
p { color: rgb(205,255,147); }
H1.HeaderClassName
{
color: #CDFF93;
}
.AnyTagClassName
{
color: #CDFF93;
}
</style>
background-color css
<style>
a { background-color: #CDFF93; }
a { background-color: rgb(205,255,147); }
div.DivClassName
{
background-color: #CDFF93;
}
.BgClassName
{
background-color: #CDFF93;
}
</style>
border-color css
<style>
span { border-color: #CDFF93; }
span { border-color: rgb(205,255,147); }
td.TdClassName
{
border-color: #CDFF93;
}
.TagClassName
{
border-color: #CDFF93;
}
</style>