#C4EF94

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

Shades of Reef #C4EF94

Tints of Reef #C4EF94

Color information

#C4EF94 (or 0xC4EF94) is unknown color: approx Reef. HEX triplet: C4, EF and 94. RGB value is (196,239,148). Sum of RGB (Red+Green+Blue) = 196+239+148=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 148 (58.20% from 255 or 25.39% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #C4EF94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4EF94 is #3B106B. Grayscale: #D8D8D8. Windows color (decimal): -3870828 or 9760708. OLE color: 9760708.

HSL color Cylindrical-coordinate representation of color #C4EF94: hue angle of 88.35º 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 #C4EF94 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB196239148-
CMYK0.1800.380.06
HSL88.35º73.98%75.88%-
HSV(B)88.35º38.08%93.73%-
XYZ58.9875.6139.5-
YUV215.7789.75113.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.62%
GREEN value IS 239 (93.75% from 255) = 40.99%
BLUE value IS 148 (58.20% from 255) = 25.39%
R=33.62%
G=40.99%
B=25.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1962391480.1800.380.0688.3573.9875.88
HexC4EF94120266584a4c
Octal304357224220466130112114
Binary110001001110111110010100100100100110110101100010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4EF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4EF94; }

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

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

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

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

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

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

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

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