Html Css Color HEX #70FB77 Screamin' Green

📋 copy color: '#70FB77'

red 112 ◦ green 251 ◦ blue 119

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

Shades of Screamin' Green #70FB77

Tints of Screamin' Green #70FB77

RGB

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

 GREEN value IS 251 (98.44% from 255) = 52.07%

 BLUE value IS 119 (46.88% from 255) = 24.69%

R = 23.24%
G = 52.07%
B = 24.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#70FB77 (or 0x70FB77) is known color: Screamin' Green. HEX triplet: 70, FB and 77. RGB value is (112,251,119). Sum of RGB (Red+Green+Blue) = 112+251+119=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 251 (98.44% from 255 or 52.07% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 251 - color contains mainly: green. Hex color #70FB77 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FB77 is #8F0488. Grayscale: #C2C2C2. Windows color (decimal): -9372809 or 7863152. OLE color: 7863152.

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

Color convert

RGB 112 251 119 -
CMYK 0.55 0 0.53 0.02
HSL 123.02º 0.95% 0.71% -
HSV(B) 123.02º 0.55% 0.98% -
XYZ 44.51 73.77 29.35 -
YUV 194.39 85.45 69.23 -
System Red Green Blue C M Y K H S L
Decimal 112 251 119 0.55 0 0.53 0.02 123.02 0.95 0.71
Hex 70 FB 77 37 0 35 2 7B 5F 47
Octal 160 373 167 67 0 65 2 173 137 107
Binary 1110000 11111011 1110111 110111 0 110101 10 1111011 1011111 1000111

Color Harmonies of #70FB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FB77

Black with #70FB77

Text Example


Text Example

White with #70FB77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,251,119); }

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

background-color css

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

 a { background-color: rgb(112,251,119); }

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

border-color css

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

 span { border-color: rgb(112,251,119); }

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