Html Css Color HEX #74FB82 Screamin' Green

📋 copy color: '#74FB82'

red 116 ◦ green 251 ◦ blue 130

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

Shades of Screamin' Green #74FB82

Tints of Screamin' Green #74FB82

RGB

 RED value IS 116 (45.7% from 255) = 23.34%

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

 BLUE value IS 130 (51.17% from 255) = 26.16%

R = 23.34%
G = 50.5%
B = 26.16%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#74FB82 (or 0x74FB82) is known color: Screamin' Green. HEX triplet: 74, FB and 82. RGB value is (116,251,130). Sum of RGB (Red+Green+Blue) = 116+251+130=497 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.34% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #74FB82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FB82 is #8B047D. Grayscale: #C5C5C5. Windows color (decimal): -9110654 or 8584052. OLE color: 8584052.

HSL color Cylindrical-coordinate representation of color #74FB82: hue angle of 126.22º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FB82 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 251 130 -
CMYK 0.54 0 0.48 0.02
HSL 126.22º 0.94% 0.72% -
HSV(B) 126.22º 0.54% 0.98% -
XYZ 45.73 74.32 33.05 -
YUV 196.84 90.27 70.34 -
System Red Green Blue C M Y K H S L
Decimal 116 251 130 0.54 0 0.48 0.02 126.22 0.94 0.72
Hex 74 FB 82 36 0 30 2 7E 5E 48
Octal 164 373 202 66 0 60 2 176 136 110
Binary 1110100 11111011 10000010 110110 0 110000 10 1111110 1011110 1001000

Color Harmonies of #74FB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FB82

Black with #74FB82

Text Example


Text Example

White with #74FB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74FB82; }

 p { color: rgb(116,251,130); }

 H1.HeaderClassName
 {
   color: #74FB82;
 }
 .AnyTagClassName
 {
   color: #74FB82;
 }
</style>

background-color css

<style>
 a { background-color: #74FB82; }

 a { background-color: rgb(116,251,130); }

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

border-color css

<style>
 span { border-color: #74FB82; }

 span { border-color: rgb(116,251,130); }

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