#C2EF92

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

Shades of Reef #C2EF92

Tints of Reef #C2EF92

Color information

#C2EF92 (or 0xC2EF92) is unknown color: approx Reef. HEX triplet: C2, EF and 92. RGB value is (194,239,146). Sum of RGB (Red+Green+Blue) = 194+239+146=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 146 (57.42% from 255 or 25.22% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EF92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EF92 is #3D106D. Grayscale: #D7D7D7. Windows color (decimal): -4001902 or 9629634. OLE color: 9629634.

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

Color convert

RGB194239146-
CMYK0.1900.390.06
HSL89.03º74.4%75.49%-
HSV(B)89.03º38.91%93.73%-
XYZ58.375.2838.65-
YUV214.9489.09113.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.51%
GREEN value IS 239 (93.75% from 255) = 41.28%
BLUE value IS 146 (57.42% from 255) = 25.22%
R=33.51%
G=41.28%
B=25.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1942391460.1900.390.0689.0374.475.49
HexC2EF92130276594a4b
Octal302357222230476131112113
Binary110000101110111110010010100110100111110101100110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EF92; }

 p { color: rgb(194,239,146); }

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

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

 a { background-color: rgb(194,239,146); }

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

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

 span { border-color: rgb(194,239,146); }

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