#70C868

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

Shades of Fern #70C868

Tints of Fern #70C868

Color information

#70C868 (or 0x70C868) is unknown color: approx Fern. HEX triplet: 70, C8 and 68. RGB value is (112,200,104). Sum of RGB (Red+Green+Blue) = 112+200+104=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #70C868 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C868 is #8F3797. Grayscale: #A3A3A3. Windows color (decimal): -9385880 or 6867056. OLE color: 6867056.

HSL color Cylindrical-coordinate representation of color #70C868: hue angle of 115º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70C868 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB112200104-
CMYK0.4400.480.22
HSL115º46.6%59.61%-
HSV(B)115º48%78.43%-
XYZ29.8445.7520.36-
YUV162.7494.8591.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.92%
GREEN value IS 200 (78.52% from 255) = 48.08%
BLUE value IS 104 (41.02% from 255) = 25%
R=26.92%
G=48.08%
B=25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1122001040.4400.480.2211546.659.61
Hex70C8682C03016732f3c
Octal16031015054060261635774
Binary11100001100100011010001011000110000101101110011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70C868; }

 p { color: rgb(112,200,104); }

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

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

 a { background-color: rgb(112,200,104); }

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

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

 span { border-color: rgb(112,200,104); }

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