#CCF68E

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

Shades of Reef #CCF68E

Tints of Reef #CCF68E

Color information

#CCF68E (or 0xCCF68E) is unknown color: approx Reef. HEX triplet: CC, F6 and 8E. RGB value is (204,246,142). Sum of RGB (Red+Green+Blue) = 204+246+142=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 246 (96.48% from 255 or 41.55% from 592); Blue value is 142 (55.86% from 255 or 23.99% from 592); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF68E is #330971. Grayscale: #DDDDDD. Windows color (decimal): -3344754 or 9369292. OLE color: 9369292.

HSL color Cylindrical-coordinate representation of color #CCF68E: hue angle of 84.23º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCF68E is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB204246142-
CMYK0.1700.420.04
HSL84.23º85.25%76.08%-
HSV(B)84.23º42.28%96.47%-
XYZ62.7480.737.86-
YUV221.5983.09115.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.46%
GREEN value IS 246 (96.48% from 255) = 41.55%
BLUE value IS 142 (55.86% from 255) = 23.99%
R=34.46%
G=41.55%
B=23.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042461420.1700.420.0484.2385.2576.08
HexCCF68E1102A454554c
Octal314366216210524124125114
Binary110011001111011010001110100010101010100101010010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF68E; }

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

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

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

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

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

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

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

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