Html Css Color HEX #7ADD1F Yellow Green

📋 copy color: '#7ADD1F'

red 122 ◦ green 221 ◦ blue 31

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

Shades of Yellow Green #7ADD1F

Tints of Yellow Green #7ADD1F

RGB

 RED value IS 122 (48.05% from 255) = 32.62%

 GREEN value IS 221 (86.72% from 255) = 59.09%

 BLUE value IS 31 (12.5% from 255) = 8.29%

R = 32.62%
G = 59.09%
B = 8.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#7ADD1F (or 0x7ADD1F) is known color: Yellow Green. HEX triplet: 7A, DD and 1F. RGB value is (122,221,31). Sum of RGB (Red+Green+Blue) = 122+221+31=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 221 (86.72% from 255 or 59.09% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADD1F is #8522E0. Grayscale: #AAAAAA. Windows color (decimal): -8725217 or 2088314. OLE color: 2088314.

HSL color Cylindrical-coordinate representation of color #7ADD1F: hue angle of 91.26º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7ADD1F is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 221 31 -
CMYK 0.45 0 0.86 0.13
HSL 91.26º 0.75% 0.49% -
HSV(B) 91.26º 0.86% 0.87% -
XYZ 34.13 55.95 10.3 -
YUV 169.74 49.7 93.95 -
System Red Green Blue C M Y K H S L
Decimal 122 221 31 0.45 0 0.86 0.13 91.26 0.75 0.49
Hex 7A DD 1F 2D 0 56 D 5B 4B 31
Octal 172 335 37 55 0 126 15 133 113 61
Binary 1111010 11011101 11111 101101 0 1010110 1101 1011011 1001011 110001

Color Harmonies of #7ADD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADD1F

Black with #7ADD1F

Text Example


Text Example

White with #7ADD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,221,31); }

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

background-color css

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

 a { background-color: rgb(122,221,31); }

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

border-color css

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

 span { border-color: rgb(122,221,31); }

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