#CCFB8D

Color #CCFB8D Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CCFB8D

Tints of Reef #CCFB8D

Color information

#CCFB8D (or 0xCCFB8D) is unknown color: approx Reef. HEX triplet: CC, FB and 8D. RGB value is (204,251,141). Sum of RGB (Red+Green+Blue) = 204+251+141=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 141 (55.47% from 255 or 23.66% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFB8D is #330472. Grayscale: #E0E0E0. Windows color (decimal): -3343475 or 9305036. OLE color: 9305036.

HSL color Cylindrical-coordinate representation of color #CCFB8D: hue angle of 85.64º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCFB8D is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB204251141-
CMYK0.1900.440.02
HSL85.64º93.22%76.86%-
HSV(B)85.64º43.82%98.43%-
XYZ64.2183.7537.98-
YUV224.4180.93113.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 34.23%
GREEN value IS 251 (98.44% from 255) = 42.11%
BLUE value IS 141 (55.47% from 255) = 23.66%
R=34.23%
G=42.11%
B=23.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042511410.1900.440.0285.6493.2276.86
HexCCFB8D1302C2565d4d
Octal314373215230542126135115
Binary11001100111110111000110110011010110010101011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFB8D; }

 p { color: rgb(204,251,141); }

 H1.HeaderClassName
 {
   color: #CCFB8D;
 }
 .AnyTagClassName
 {
   color: #CCFB8D;
 }
</style>
background-color css

<style>
 a { background-color: #CCFB8D; }

 a { background-color: rgb(204,251,141); }

 div.DivClassName
 {
   background-color: #CCFB8D;
 }
 .BgClassName
 {
   background-color: #CCFB8D;
 }
</style>
border-color css

<style>
 span { border-color: #CCFB8D; }

 span { border-color: rgb(204,251,141); }

 td.TdClassName
 {
   border-color: #CCFB8D;
 }
 .TagClassName
 {
   border-color: #CCFB8D;
 }
</style>