Html Css Color HEX #ADD530 Yellow Green

📋 copy color: '#ADD530'

red 173 ◦ green 213 ◦ blue 48

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

Shades of Yellow Green #ADD530

Tints of Yellow Green #ADD530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.06%

R = 39.86%
G = 49.08%
B = 11.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#ADD530 (or 0xADD530) is known color: Yellow Green. HEX triplet: AD, D5 and 30. RGB value is (173,213,48). Sum of RGB (Red+Green+Blue) = 173+213+48=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD530 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD530 is #522ACF. Grayscale: #B6B6B6. Windows color (decimal): -5384912 or 3200429. OLE color: 3200429.

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

Color convert

RGB 173 213 48 -
CMYK 0.19 0 0.77 0.16
HSL 74.55º 0.66% 0.51% -
HSV(B) 74.55º 0.77% 0.84% -
XYZ 41.56 56.69 11.55 -
YUV 182.23 52.25 121.42 -
System Red Green Blue C M Y K H S L
Decimal 173 213 48 0.19 0 0.77 0.16 74.55 0.66 0.51
Hex AD D5 30 13 0 4D 10 4B 42 33
Octal 255 325 60 23 0 115 20 113 102 63
Binary 10101101 11010101 110000 10011 0 1001101 10000 1001011 1000010 110011

Color Harmonies of #ADD530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD530

Black with #ADD530

Text Example


Text Example

White with #ADD530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD530; }

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

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

background-color css

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

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

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

border-color css

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

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

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