#ccef94

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

Shades of Reef #CCEF94

Tints of Reef #CCEF94

Color information

#CCEF94 (or 0xCCEF94) is unknown color: approx Reef. HEX triplet: CC, EF and 94. RGB value is (204,239,148). Sum of RGB (Red+Green+Blue) = 204+239+148=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEF94 is #33106B. Grayscale: #DADADA. Windows color (decimal): -3346540 or 9760716. OLE color: 9760716.

HSL color Cylindrical-coordinate representation of color #CCEF94: hue angle of 83.08º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCEF94 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB204239148-
CMYK0.1500.380.06
HSL83.08º73.98%75.88%-
HSV(B)83.08º38.08%93.73%-
XYZ61.1176.7139.6-
YUV218.1688.4117.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 239 (93.75% from 255) = 40.44%
BLUE value IS 148 (58.20% from 255) = 25.04%
R=34.52%
G=40.44%
B=25.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042391480.1500.380.0683.0873.9875.88
HexCCEF94F0266534a4c
Octal314357224170466123112114
Binary11001100111011111001010011110100110110101001110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccef94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccef94; }

 p { color: rgb(204,239,148); }

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

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

 a { background-color: rgb(204,239,148); }

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

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

 span { border-color: rgb(204,239,148); }

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