Html Css Color HEX #7DF14A Screamin' Green

📋 copy color: '#7DF14A'

red 125 ◦ green 241 ◦ blue 74

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

Shades of Screamin' Green #7DF14A

Tints of Screamin' Green #7DF14A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 54.77%

 BLUE value IS 74 (29.3% from 255) = 16.82%

R = 28.41%
G = 54.77%
B = 16.82%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#7DF14A (or 0x7DF14A) is known color: Screamin' Green. HEX triplet: 7D, F1 and 4A. RGB value is (125,241,74). Sum of RGB (Red+Green+Blue) = 125+241+74=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 241 (94.53% from 255 or 54.77% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF14A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DF14A is #820EB5. Grayscale: #BBBBBB. Windows color (decimal): -8523446 or 4911485. OLE color: 4911485.

HSL color Cylindrical-coordinate representation of color #7DF14A: hue angle of 101.68º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DF14A is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 241 74 -
CMYK 0.48 0 0.69 0.05
HSL 101.68º 0.86% 0.62% -
HSV(B) 101.68º 0.69% 0.95% -
XYZ 41.15 67.76 17.39 -
YUV 187.28 64.07 83.58 -
System Red Green Blue C M Y K H S L
Decimal 125 241 74 0.48 0 0.69 0.05 101.68 0.86 0.62
Hex 7D F1 4A 30 0 45 5 66 56 3E
Octal 175 361 112 60 0 105 5 146 126 76
Binary 1111101 11110001 1001010 110000 0 1000101 101 1100110 1010110 111110

Color Harmonies of #7DF14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF14A

Black with #7DF14A

Text Example


Text Example

White with #7DF14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,241,74); }

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

background-color css

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

 a { background-color: rgb(125,241,74); }

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

border-color css

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

 span { border-color: rgb(125,241,74); }

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