Html Css Color HEX #7DFB42 Screamin' Green

📋 copy color: '#7DFB42'

red 125 ◦ green 251 ◦ blue 66

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

Shades of Screamin' Green #7DFB42

Tints of Screamin' Green #7DFB42

RGB

 RED value IS 125 (49.22% from 255) = 28.28%

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

 BLUE value IS 66 (26.17% from 255) = 14.93%

R = 28.28%
G = 56.79%
B = 14.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#7DFB42 (or 0x7DFB42) is known color: Screamin' Green. HEX triplet: 7D, FB and 42. RGB value is (125,251,66). Sum of RGB (Red+Green+Blue) = 125+251+66=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 251 (98.44% from 255 or 56.79% from 442); Blue value is 66 (26.17% from 255 or 14.93% from 442); Max value from RGB is 251 - color contains mainly: green. Hex color #7DFB42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DFB42 is #8204BD. Grayscale: #C0C0C0. Windows color (decimal): -8520894 or 4389757. OLE color: 4389757.

HSL color Cylindrical-coordinate representation of color #7DFB42: hue angle of 100.86º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7DFB42 is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 251 66 -
CMYK 0.50 0 0.74 0.02
HSL 100.86º 0.96% 0.62% -
HSV(B) 100.86º 0.74% 0.98% -
XYZ 43.94 73.75 17.07 -
YUV 192.24 56.76 80.04 -
System Red Green Blue C M Y K H S L
Decimal 125 251 66 0.50 0 0.74 0.02 100.86 0.96 0.62
Hex 7D FB 42 32 0 4A 2 65 60 3E
Octal 175 373 102 62 0 112 2 145 140 76
Binary 1111101 11111011 1000010 110010 0 1001010 10 1100101 1100000 111110

Color Harmonies of #7DFB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFB42

Black with #7DFB42

Text Example


Text Example

White with #7DFB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DFB42; }

 p { color: rgb(125,251,66); }

 H1.HeaderClassName
 {
   color: #7DFB42;
 }
 .AnyTagClassName
 {
   color: #7DFB42;
 }
</style>

background-color css

<style>
 a { background-color: #7DFB42; }

 a { background-color: rgb(125,251,66); }

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

border-color css

<style>
 span { border-color: #7DFB42; }

 span { border-color: rgb(125,251,66); }

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