Html Css Color HEX #70F915 Bright Green

📋 copy color: '#70F915'

red 112 ◦ green 249 ◦ blue 21

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

Shades of Bright Green #70F915

Tints of Bright Green #70F915

RGB

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

 GREEN value IS 249 (97.66% from 255) = 65.18%

 BLUE value IS 21 (8.59% from 255) = 5.5%

R = 29.32%
G = 65.18%
B = 5.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#70F915 (or 0x70F915) is known color: Bright Green. HEX triplet: 70, F9 and 15. RGB value is (112,249,21). Sum of RGB (Red+Green+Blue) = 112+249+21=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 249 (97.66% from 255 or 65.18% from 382); Blue value is 21 (8.59% from 255 or 5.50% from 382); Max value from RGB is 249 - color contains mainly: green. Hex color #70F915 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F915 is #8F06EA. Grayscale: #B6B6B6. Windows color (decimal): -9373419 or 1440112. OLE color: 1440112.

HSL color Cylindrical-coordinate representation of color #70F915: hue angle of 96.05º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70F915 is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 249 21 -
CMYK 0.55 0 0.92 0.02
HSL 96.05º 0.95% 0.53% -
HSV(B) 96.05º 0.92% 0.98% -
XYZ 40.69 71.25 12.32 -
YUV 182.05 37.11 78.04 -
System Red Green Blue C M Y K H S L
Decimal 112 249 21 0.55 0 0.92 0.02 96.05 0.95 0.53
Hex 70 F9 15 37 0 5C 2 60 5F 35
Octal 160 371 25 67 0 134 2 140 137 65
Binary 1110000 11111001 10101 110111 0 1011100 10 1100000 1011111 110101

Color Harmonies of #70F915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F915

Black with #70F915

Text Example


Text Example

White with #70F915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,249,21); }

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

background-color css

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

 a { background-color: rgb(112,249,21); }

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

border-color css

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

 span { border-color: rgb(112,249,21); }

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