Html Css Color HEX #70E632 Yellow Green

📋 copy color: '#70E632'

red 112 ◦ green 230 ◦ blue 50

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

Shades of Yellow Green #70E632

Tints of Yellow Green #70E632

RGB

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

 GREEN value IS 230 (90.23% from 255) = 58.67%

 BLUE value IS 50 (19.92% from 255) = 12.76%

R = 28.57%
G = 58.67%
B = 12.76%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#70E632 (or 0x70E632) is known color: Yellow Green. HEX triplet: 70, E6 and 32. RGB value is (112,230,50). Sum of RGB (Red+Green+Blue) = 112+230+50=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 230 (90.23% from 255 or 58.67% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 230 - color contains mainly: green. Hex color #70E632 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70E632 is #8F19CD. Grayscale: #AEAEAE. Windows color (decimal): -9378254 or 3335792. OLE color: 3335792.

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

Color convert

RGB 112 230 50 -
CMYK 0.51 0 0.78 0.10
HSL 99.33º 0.78% 0.55% -
HSV(B) 99.33º 0.78% 0.9% -
XYZ 35.55 60.27 12.78 -
YUV 174.2 57.91 83.64 -
System Red Green Blue C M Y K H S L
Decimal 112 230 50 0.51 0 0.78 0.10 99.33 0.78 0.55
Hex 70 E6 32 33 0 4E A 63 4E 37
Octal 160 346 62 63 0 116 12 143 116 67
Binary 1110000 11100110 110010 110011 0 1001110 1010 1100011 1001110 110111

Color Harmonies of #70E632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E632

Black with #70E632

Text Example


Text Example

White with #70E632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,230,50); }

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

background-color css

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

 a { background-color: rgb(112,230,50); }

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

border-color css

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

 span { border-color: rgb(112,230,50); }

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