#CCFB9A

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

Shades of Reef #CCFB9A

Tints of Reef #CCFB9A

Color information

#CCFB9A (or 0xCCFB9A) is unknown color: approx Reef. HEX triplet: CC, FB and 9A. RGB value is (204,251,154). Sum of RGB (Red+Green+Blue) = 204+251+154=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFB9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFB9A is #330465. Grayscale: #E2E2E2. Windows color (decimal): -3343462 or 10157004. OLE color: 10157004.

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

Color convert

RGB204251154-
CMYK0.1900.390.02
HSL89.07º92.38%79.41%-
HSV(B)89.07º38.65%98.43%-
XYZ65.2384.1643.38-
YUV225.8987.43112.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.50%
GREEN value IS 251 (98.44% from 255) = 41.22%
BLUE value IS 154 (60.55% from 255) = 25.29%
R=33.50%
G=41.22%
B=25.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042511540.1900.390.0289.0792.3879.41
HexCCFB9A130272595c4f
Octal314373232230472131134117
Binary11001100111110111001101010011010011110101100110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFB9A; }

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

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

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

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

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

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

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

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