Html Css Color HEX #ADED32 Green Yellow

📋 copy color: '#ADED32'

red 173 ◦ green 237 ◦ blue 50

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

Shades of Green Yellow #ADED32

Tints of Green Yellow #ADED32

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.52%

 BLUE value IS 50 (19.92% from 255) = 10.87%

R = 37.61%
G = 51.52%
B = 10.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ADED32 (or 0xADED32) is known color: Green Yellow. HEX triplet: AD, ED and 32. RGB value is (173,237,50). Sum of RGB (Red+Green+Blue) = 173+237+50=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 237 (92.97% from 255 or 51.52% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 237 - color contains mainly: green. Hex color #ADED32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADED32 is #5212CD. Grayscale: #C5C5C5. Windows color (decimal): -5378766 or 3337645. OLE color: 3337645.

HSL color Cylindrical-coordinate representation of color #ADED32: hue angle of 80.53º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADED32 is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 237 50 -
CMYK 0.27 0 0.79 0.07
HSL 80.53º 0.84% 0.56% -
HSV(B) 80.53º 0.79% 0.93% -
XYZ 48.09 69.68 13.93 -
YUV 196.55 45.3 111.21 -
System Red Green Blue C M Y K H S L
Decimal 173 237 50 0.27 0 0.79 0.07 80.53 0.84 0.56
Hex AD ED 32 1B 0 4F 7 51 54 38
Octal 255 355 62 33 0 117 7 121 124 70
Binary 10101101 11101101 110010 11011 0 1001111 111 1010001 1010100 111000

Color Harmonies of #ADED32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADED32

Black with #ADED32

Text Example


Text Example

White with #ADED32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADED32; }

 p { color: rgb(173,237,50); }

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

background-color css

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

 a { background-color: rgb(173,237,50); }

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

border-color css

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

 span { border-color: rgb(173,237,50); }

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