Html Css Color HEX #70D71B Kelly Green

📋 copy color: '#70D71B'

red 112 ◦ green 215 ◦ blue 27

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

Shades of Kelly Green #70D71B

Tints of Kelly Green #70D71B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 60.73%

 BLUE value IS 27 (10.94% from 255) = 7.63%

R = 31.64%
G = 60.73%
B = 7.63%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#70D71B (or 0x70D71B) is known color: Kelly Green. HEX triplet: 70, D7 and 1B. RGB value is (112,215,27). Sum of RGB (Red+Green+Blue) = 112+215+27=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 215 (84.38% from 255 or 60.73% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 215 - color contains mainly: green. Hex color #70D71B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D71B is #8F28E4. Grayscale: #A3A3A3. Windows color (decimal): -9382117 or 1824624. OLE color: 1824624.

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

Color convert

RGB 112 215 27 -
CMYK 0.48 0 0.87 0.16
HSL 92.87º 0.78% 0.47% -
HSV(B) 92.87º 0.87% 0.84% -
XYZ 31.18 52.12 9.45 -
YUV 162.77 51.38 91.79 -
System Red Green Blue C M Y K H S L
Decimal 112 215 27 0.48 0 0.87 0.16 92.87 0.78 0.47
Hex 70 D7 1B 30 0 57 10 5D 4E 2F
Octal 160 327 33 60 0 127 20 135 116 57
Binary 1110000 11010111 11011 110000 0 1010111 10000 1011101 1001110 101111

Color Harmonies of #70D71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D71B

Black with #70D71B

Text Example


Text Example

White with #70D71B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,215,27); }

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

background-color css

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

 a { background-color: rgb(112,215,27); }

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

border-color css

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

 span { border-color: rgb(112,215,27); }

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