#C7EF94

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

Shades of Reef #C7EF94

Tints of Reef #C7EF94

Color information

#C7EF94 (or 0xC7EF94) is unknown color: approx Reef. HEX triplet: C7, EF and 94. RGB value is (199,239,148). Sum of RGB (Red+Green+Blue) = 199+239+148=586 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.96% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 148 (58.20% from 255 or 25.26% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #C7EF94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7EF94 is #38106B. Grayscale: #D8D8D8. Windows color (decimal): -3674220 or 9760711. OLE color: 9760711.

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

Color convert

RGB199239148-
CMYK0.1700.380.06
HSL86.37º73.98%75.88%-
HSV(B)86.37º38.08%93.73%-
XYZ59.7676.0139.54-
YUV216.6789.25115.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.96%
GREEN value IS 239 (93.75% from 255) = 40.78%
BLUE value IS 148 (58.20% from 255) = 25.26%
R=33.96%
G=40.78%
B=25.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1992391480.1700.380.0686.3773.9875.88
HexC7EF94110266564a4c
Octal307357224210466126112114
Binary110001111110111110010100100010100110110101011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EF94; }

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

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

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

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

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

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

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

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