#C0FB94

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

Shades of Reef #C0FB94

Tints of Reef #C0FB94

Color information

#C0FB94 (or 0xC0FB94) is unknown color: approx Reef. HEX triplet: C0, FB and 94. RGB value is (192,251,148). Sum of RGB (Red+Green+Blue) = 192+251+148=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 251 (98.44% from 255 or 42.47% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FB94 is #3F046B. Grayscale: #DDDDDD. Windows color (decimal): -4129900 or 9763776. OLE color: 9763776.

HSL color Cylindrical-coordinate representation of color #C0FB94: hue angle of 94.37º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0FB94 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB192251148-
CMYK0.2400.410.02
HSL94.37º92.79%78.24%-
HSV(B)94.37º41.04%98.43%-
XYZ61.5882.3440.66-
YUV221.6286.45106.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.49%
GREEN value IS 251 (98.44% from 255) = 42.47%
BLUE value IS 148 (58.20% from 255) = 25.04%
R=32.49%
G=42.47%
B=25.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922511480.2400.410.0294.3792.7978.24
HexC0FB941802925e5d4e
Octal300373224300512136135116
Binary11000000111110111001010011000010100110101111010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FB94; }

 p { color: rgb(192,251,148); }

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

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

 a { background-color: rgb(192,251,148); }

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

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

 span { border-color: rgb(192,251,148); }

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