#CCFF97

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

Shades of Reef #CCFF97

Tints of Reef #CCFF97

Color information

#CCFF97 (or 0xCCFF97) is unknown color: approx Reef. HEX triplet: CC, FF and 97. RGB value is (204,255,151). Sum of RGB (Red+Green+Blue) = 204+255+151=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 151 (59.38% from 255 or 24.75% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF97 is #330068. Grayscale: #E4E4E4. Windows color (decimal): -3342441 or 9961420. OLE color: 9961420.

HSL color Cylindrical-coordinate representation of color #CCFF97: hue angle of 89.42º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCFF97 is Cyan = 0.2, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB204255151-
CMYK0.200.410
HSL89.42º100%79.61%-
HSV(B)89.42º40.78%100%-
XYZ66.2586.5942.5-
YUV227.984.6110.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.44%
GREEN value IS 255 (100% from 255) = 41.80%
BLUE value IS 151 (59.38% from 255) = 24.75%
R=33.44%
G=41.80%
B=24.75%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551510.200.41089.4210079.61
HexCCFF97140290596450
Octal314377227240510131144120
Binary1100110011111111100101111010001010010101100111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFF97; }

 p { color: rgb(204,255,151); }

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

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

 a { background-color: rgb(204,255,151); }

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

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

 span { border-color: rgb(204,255,151); }

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