Html Css Color HEX #70F829 Bright Green

📋 copy color: '#70F829'

red 112 ◦ green 248 ◦ blue 41

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

Shades of Bright Green #70F829

Tints of Bright Green #70F829

RGB

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

 GREEN value IS 248 (97.27% from 255) = 61.85%

 BLUE value IS 41 (16.41% from 255) = 10.22%

R = 27.93%
G = 61.85%
B = 10.22%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#70F829 (or 0x70F829) is known color: Bright Green. HEX triplet: 70, F8 and 29. RGB value is (112,248,41). Sum of RGB (Red+Green+Blue) = 112+248+41=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 248 (97.27% from 255 or 61.85% from 401); Blue value is 41 (16.41% from 255 or 10.22% from 401); Max value from RGB is 248 - color contains mainly: green. Hex color #70F829 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F829 is #8F07D6. Grayscale: #B8B8B8. Windows color (decimal): -9373655 or 2750576. OLE color: 2750576.

HSL color Cylindrical-coordinate representation of color #70F829: hue angle of 99.42º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70F829 is Cyan = 0.55, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 248 41 -
CMYK 0.55 0 0.83 0.03
HSL 99.42º 0.94% 0.57% -
HSV(B) 99.42º 0.83% 0.97% -
XYZ 40.65 70.74 13.61 -
YUV 183.74 47.44 76.83 -
System Red Green Blue C M Y K H S L
Decimal 112 248 41 0.55 0 0.83 0.03 99.42 0.94 0.57
Hex 70 F8 29 37 0 53 3 63 5E 39
Octal 160 370 51 67 0 123 3 143 136 71
Binary 1110000 11111000 101001 110111 0 1010011 11 1100011 1011110 111001

Color Harmonies of #70F829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F829

Black with #70F829

Text Example


Text Example

White with #70F829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,248,41); }

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

background-color css

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

 a { background-color: rgb(112,248,41); }

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

border-color css

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

 span { border-color: rgb(112,248,41); }

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