#CCFB9B

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

Shades of Reef #CCFB9B

Tints of Reef #CCFB9B

Color information

#CCFB9B (or 0xCCFB9B) is unknown color: approx Reef. HEX triplet: CC, FB and 9B. RGB value is (204,251,155). Sum of RGB (Red+Green+Blue) = 204+251+155=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 155 (60.94% from 255 or 25.41% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFB9B is #330464. Grayscale: #E2E2E2. Windows color (decimal): -3343461 or 10222540. OLE color: 10222540.

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

Color convert

RGB204251155-
CMYK0.1900.380.02
HSL89.38º92.31%79.61%-
HSV(B)89.38º38.25%98.43%-
XYZ65.3284.243.82-
YUV22687.93112.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.44%
GREEN value IS 251 (98.44% from 255) = 41.15%
BLUE value IS 155 (60.94% from 255) = 25.41%
R=33.44%
G=41.15%
B=25.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042511550.1900.380.0289.3892.3179.61
HexCCFB9B130262595c50
Octal314373233230462131134120
Binary11001100111110111001101110011010011010101100110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFB9B; }

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

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

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

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

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

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

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

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