Html Css Color HEX #ADD52D Yellow Green

📋 copy color: '#ADD52D'

red 173 ◦ green 213 ◦ blue 45

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

Shades of Yellow Green #ADD52D

Tints of Yellow Green #ADD52D

RGB

 RED value IS 173 (67.97% from 255) = 40.14%

 GREEN value IS 213 (83.59% from 255) = 49.42%

 BLUE value IS 45 (17.97% from 255) = 10.44%

R = 40.14%
G = 49.42%
B = 10.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#ADD52D (or 0xADD52D) is known color: Yellow Green. HEX triplet: AD, D5 and 2D. RGB value is (173,213,45). Sum of RGB (Red+Green+Blue) = 173+213+45=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 213 (83.59% from 255 or 49.42% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD52D is #522AD2. Grayscale: #B6B6B6. Windows color (decimal): -5384915 or 3003821. OLE color: 3003821.

HSL color Cylindrical-coordinate representation of color #ADD52D: hue angle of 74.29º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADD52D is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 213 45 -
CMYK 0.19 0 0.79 0.16
HSL 74.29º 0.67% 0.51% -
HSV(B) 74.29º 0.79% 0.84% -
XYZ 41.5 56.66 11.23 -
YUV 181.89 50.75 121.66 -
System Red Green Blue C M Y K H S L
Decimal 173 213 45 0.19 0 0.79 0.16 74.29 0.67 0.51
Hex AD D5 2D 13 0 4F 10 4A 43 33
Octal 255 325 55 23 0 117 20 112 103 63
Binary 10101101 11010101 101101 10011 0 1001111 10000 1001010 1000011 110011

Color Harmonies of #ADD52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD52D

Black with #ADD52D

Text Example


Text Example

White with #ADD52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD52D; }

 p { color: rgb(173,213,45); }

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

background-color css

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

 a { background-color: rgb(173,213,45); }

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

border-color css

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

 span { border-color: rgb(173,213,45); }

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