#CCFF95

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

Shades of Reef #CCFF95

Tints of Reef #CCFF95

Color information

#CCFF95 (or 0xCCFF95) is unknown color: approx Reef. HEX triplet: CC, FF and 95. RGB value is (204,255,149). Sum of RGB (Red+Green+Blue) = 204+255+149=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 149 (58.59% from 255 or 24.51% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF95 is #33006A. Grayscale: #E4E4E4. Windows color (decimal): -3342443 or 9830348. OLE color: 9830348.

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

Color convert

RGB204255149-
CMYK0.200.420
HSL88.87º100%79.22%-
HSV(B)88.87º41.57%100%-
XYZ66.0986.5341.65-
YUV227.6783.6111.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.55%
GREEN value IS 255 (100% from 255) = 41.94%
BLUE value IS 149 (58.59% from 255) = 24.51%
R=33.55%
G=41.94%
B=24.51%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551490.200.42088.8710079.22
HexCCFF951402A059644f
Octal314377225240520131144117
Binary1100110011111111100101011010001010100101100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFF95; }

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

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

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

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

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

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

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

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