Html Css Color HEX #70CF54 Mantis

📋 copy color: '#70CF54'

red 112 ◦ green 207 ◦ blue 84

#70CF54
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #70CF54

Tints of Mantis #70CF54

RGB

 RED value IS 112 (44.14% from 255) = 27.79%

 GREEN value IS 207 (81.25% from 255) = 51.36%

 BLUE value IS 84 (33.2% from 255) = 20.84%

R = 27.79%
G = 51.36%
B = 20.84%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#70CF54 (or 0x70CF54) is known color: Mantis. HEX triplet: 70, CF and 54. RGB value is (112,207,84). Sum of RGB (Red+Green+Blue) = 112+207+84=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 207 (81.25% from 255 or 51.36% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CF54 is #8F30AB. Grayscale: #A4A4A4. Windows color (decimal): -9384108 or 5558128. OLE color: 5558128.

HSL color Cylindrical-coordinate representation of color #70CF54: hue angle of 106.34º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70CF54 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 207 84 -
CMYK 0.46 0 0.59 0.19
HSL 106.34º 0.56% 0.57% -
HSV(B) 106.34º 0.59% 0.81% -
XYZ 30.6 48.71 16.18 -
YUV 164.57 82.53 90.5 -
System Red Green Blue C M Y K H S L
Decimal 112 207 84 0.46 0 0.59 0.19 106.34 0.56 0.57
Hex 70 CF 54 2E 0 3B 13 6A 38 39
Octal 160 317 124 56 0 73 23 152 70 71
Binary 1110000 11001111 1010100 101110 0 111011 10011 1101010 111000 111001

Color Harmonies of #70CF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CF54

Black with #70CF54

Text Example


Text Example

White with #70CF54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,207,84); }

 H1.HeaderClassName
 {
   color: #70CF54;
 }
 .AnyTagClassName
 {
   color: #70CF54;
 }
</style>

background-color css

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

 a { background-color: rgb(112,207,84); }

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

border-color css

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

 span { border-color: rgb(112,207,84); }

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