#CCFB91

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

Shades of Reef #CCFB91

Tints of Reef #CCFB91

Color information

#CCFB91 (or 0xCCFB91) is unknown color: approx Reef. HEX triplet: CC, FB and 91. RGB value is (204,251,145). Sum of RGB (Red+Green+Blue) = 204+251+145=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 145 (57.03% from 255 or 24.17% from 600); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFB91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFB91 is #33046E. Grayscale: #E1E1E1. Windows color (decimal): -3343471 or 9567180. OLE color: 9567180.

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

Color convert

RGB204251145-
CMYK0.1900.420.02
HSL86.6º92.98%77.65%-
HSV(B)86.6º42.23%98.43%-
XYZ64.5183.8839.58-
YUV224.8682.93113.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 251 (98.44% from 255) = 41.83%
BLUE value IS 145 (57.03% from 255) = 24.17%
R=34%
G=41.83%
B=24.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042511450.1900.420.0286.692.9877.65
HexCCFB911302A2575d4e
Octal314373221230522127135116
Binary11001100111110111001000110011010101010101011110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFB91; }

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

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

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

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

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

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

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

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