Html Css Color HEX #70F90D Bright Green

📋 copy color: '#70F90D'

red 112 ◦ green 249 ◦ blue 13

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

Shades of Bright Green #70F90D

Tints of Bright Green #70F90D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.48%

R = 29.95%
G = 66.58%
B = 3.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#70F90D (or 0x70F90D) is known color: Bright Green. HEX triplet: 70, F9 and 0D. RGB value is (112,249,13). Sum of RGB (Red+Green+Blue) = 112+249+13=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 249 (97.66% from 255 or 66.58% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 249 - color contains mainly: green. Hex color #70F90D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F90D is #8F06F2. Grayscale: #B5B5B5. Windows color (decimal): -9373427 or 915824. OLE color: 915824.

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

Color convert

RGB 112 249 13 -
CMYK 0.55 0 0.95 0.02
HSL 94.83º 0.95% 0.51% -
HSV(B) 94.83º 0.95% 0.98% -
XYZ 40.63 71.23 11.99 -
YUV 181.13 33.11 78.69 -
System Red Green Blue C M Y K H S L
Decimal 112 249 13 0.55 0 0.95 0.02 94.83 0.95 0.51
Hex 70 F9 D 37 0 5F 2 5F 5F 33
Octal 160 371 15 67 0 137 2 137 137 63
Binary 1110000 11111001 1101 110111 0 1011111 10 1011111 1011111 110011

Color Harmonies of #70F90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F90D

Black with #70F90D

Text Example


Text Example

White with #70F90D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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