#C0EF93

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

Shades of Reef #C0EF93

Tints of Reef #C0EF93

Color information

#C0EF93 (or 0xC0EF93) is unknown color: approx Reef. HEX triplet: C0, EF and 93. RGB value is (192,239,147). Sum of RGB (Red+Green+Blue) = 192+239+147=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 147 (57.81% from 255 or 25.43% from 578); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EF93 is #3F106C. Grayscale: #D6D6D6. Windows color (decimal): -4132973 or 9695168. OLE color: 9695168.

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

Color convert

RGB192239147-
CMYK0.2000.380.06
HSL90.65º74.19%75.69%-
HSV(B)90.65º38.49%93.73%-
XYZ57.8775.0539.04-
YUV214.4689.93111.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.22%
GREEN value IS 239 (93.75% from 255) = 41.35%
BLUE value IS 147 (57.81% from 255) = 25.43%
R=33.22%
G=41.35%
B=25.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1922391470.2000.380.0690.6574.1975.69
HexC0EF931402665b4a4c
Octal300357223240466133112114
Binary110000001110111110010011101000100110110101101110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EF93; }

 p { color: rgb(192,239,147); }

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

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

 a { background-color: rgb(192,239,147); }

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

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

 span { border-color: rgb(192,239,147); }

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