#CCFA8E

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

Shades of Reef #CCFA8E

Tints of Reef #CCFA8E

Color information

#CCFA8E (or 0xCCFA8E) is unknown color: approx Reef. HEX triplet: CC, FA and 8E. RGB value is (204,250,142). Sum of RGB (Red+Green+Blue) = 204+250+142=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 142 (55.86% from 255 or 23.83% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFA8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFA8E is #330571. Grayscale: #E0E0E0. Windows color (decimal): -3343730 or 9370316. OLE color: 9370316.

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

Color convert

RGB204250142-
CMYK0.1800.430.02
HSL85.56º91.53%76.86%-
HSV(B)85.56º43.2%98.04%-
XYZ63.9783.1638.27-
YUV223.9381.76113.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.23%
GREEN value IS 250 (98.05% from 255) = 41.95%
BLUE value IS 142 (55.86% from 255) = 23.83%
R=34.23%
G=41.95%
B=23.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042501420.1800.430.0285.5691.5376.86
HexCCFA8E1202B2565c4d
Octal314372216220532126134115
Binary11001100111110101000111010010010101110101011010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFA8E; }

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

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

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

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

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

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

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

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