#CCFA95

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

Shades of Reef #CCFA95

Tints of Reef #CCFA95

Color information

#CCFA95 (or 0xCCFA95) is unknown color: approx Reef. HEX triplet: CC, FA and 95. RGB value is (204,250,149). Sum of RGB (Red+Green+Blue) = 204+250+149=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 149 (58.59% from 255 or 24.71% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFA95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFA95 is #33056A. Grayscale: #E1E1E1. Windows color (decimal): -3343723 or 9829068. OLE color: 9829068.

HSL color Cylindrical-coordinate representation of color #CCFA95: hue angle of 87.33º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCFA95 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB204250149-
CMYK0.1800.400.02
HSL87.33º90.99%78.24%-
HSV(B)87.33º40.4%98.04%-
XYZ64.5183.3841.13-
YUV224.7385.26113.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 250 (98.05% from 255) = 41.46%
BLUE value IS 149 (58.59% from 255) = 24.71%
R=33.83%
G=41.46%
B=24.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042501490.1800.400.0287.3390.9978.24
HexCCFA95120282575b4e
Octal314372225220502127133116
Binary11001100111110101001010110010010100010101011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFA95; }

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

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

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

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

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

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

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

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