Html Css Color HEX #7AD028 Yellow Green

📋 copy color: '#7AD028'

red 122 ◦ green 208 ◦ blue 40

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

Shades of Yellow Green #7AD028

Tints of Yellow Green #7AD028

RGB

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

 GREEN value IS 208 (81.64% from 255) = 56.22%

 BLUE value IS 40 (16.02% from 255) = 10.81%

R = 32.97%
G = 56.22%
B = 10.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#7AD028 (or 0x7AD028) is known color: Yellow Green. HEX triplet: 7A, D0 and 28. RGB value is (122,208,40). Sum of RGB (Red+Green+Blue) = 122+208+40=370 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.97% from 370); Green value is 208 (81.64% from 255 or 56.22% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD028 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD028 is #852FD7. Grayscale: #A3A3A3. Windows color (decimal): -8728536 or 2674810. OLE color: 2674810.

HSL color Cylindrical-coordinate representation of color #7AD028: hue angle of 90.71º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7AD028 is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 208 40 -
CMYK 0.41 0 0.81 0.18
HSL 90.71º 0.68% 0.49% -
HSV(B) 90.71º 0.81% 0.82% -
XYZ 30.96 49.4 9.91 -
YUV 163.13 58.51 98.66 -
System Red Green Blue C M Y K H S L
Decimal 122 208 40 0.41 0 0.81 0.18 90.71 0.68 0.49
Hex 7A D0 28 29 0 51 12 5B 44 31
Octal 172 320 50 51 0 121 22 133 104 61
Binary 1111010 11010000 101000 101001 0 1010001 10010 1011011 1000100 110001

Color Harmonies of #7AD028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD028

Black with #7AD028

Text Example


Text Example

White with #7AD028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,208,40); }

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

background-color css

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

 a { background-color: rgb(122,208,40); }

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

border-color css

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

 span { border-color: rgb(122,208,40); }

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