Shades of Reef #CCF38F
Tints of Reef #CCF38F
RGB
CMYK
RGB Variations
Color information
#CCF38F (or 0xCCF38F) is known color: Reef. HEX triplet: CC, F3 and 8F. RGB value is (204,243,143). Sum of RGB (Red+Green+Blue) = 204+243+143=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 243 (95.31% from 255 or 41.19% from 590); Blue value is 143 (56.25% from 255 or 24.24% from 590); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF38F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF38F is #330C70. Grayscale: #DCDCDC. Windows color (decimal): -3345521 or 9434060. OLE color: 9434060.
HSL color Cylindrical-coordinate representation of color #CCF38F: hue angle of 83.4º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCF38F is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 143 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.05 |
| HSL | 83.4º | 0.81% | 0.76% | - |
| HSV(B) | 83.4º | 0.41% | 0.95% | - |
| XYZ | 61.91 | 78.92 | 37.96 | - |
| YUV | 219.94 | 84.58 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 143 | 0.16 | 0 | 0.41 | 0.05 | 83.4 | 0.81 | 0.76 |
| Hex | CC | F3 | 8F | 10 | 0 | 29 | 5 | 53 | 51 | 4C |
| Octal | 314 | 363 | 217 | 20 | 0 | 51 | 5 | 123 | 121 | 114 |
| Binary | 11001100 | 11110011 | 10001111 | 10000 | 0 | 101001 | 101 | 1010011 | 1010001 | 1001100 |
Color Harmonies of #CCF38F
Complementary color
Monochromatic Colors of #CCF38F
Black with #CCF38F
Text Example
Text Example
White with #CCF38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF38F; }
p { color: rgb(204,243,143); }
H1.HeaderClassName
{
color: #CCF38F;
}
.AnyTagClassName
{
color: #CCF38F;
}
</style>
background-color css
<style>
a { background-color: #CCF38F; }
a { background-color: rgb(204,243,143); }
div.DivClassName
{
background-color: #CCF38F;
}
.BgClassName
{
background-color: #CCF38F;
}
</style>
border-color css
<style>
span { border-color: #CCF38F; }
span { border-color: rgb(204,243,143); }
td.TdClassName
{
border-color: #CCF38F;
}
.TagClassName
{
border-color: #CCF38F;
}
</style>