Html Css Color HEX #ADED30 Green Yellow

📋 copy color: '#ADED30'

red 173 ◦ green 237 ◦ blue 48

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

Shades of Green Yellow #ADED30

Tints of Green Yellow #ADED30

RGB

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

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

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

R = 37.77%
G = 51.75%
B = 10.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ADED30 (or 0xADED30) is known color: Green Yellow. HEX triplet: AD, ED and 30. RGB value is (173,237,48). Sum of RGB (Red+Green+Blue) = 173+237+48=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 237 (92.97% from 255 or 51.75% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 237 - color contains mainly: green. Hex color #ADED30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADED30 is #5212CF. Grayscale: #C5C5C5. Windows color (decimal): -5378768 or 3206573. OLE color: 3206573.

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

Color convert

RGB 173 237 48 -
CMYK 0.27 0 0.80 0.07
HSL 80.32º 0.84% 0.56% -
HSV(B) 80.32º 0.8% 0.93% -
XYZ 48.05 69.67 13.71 -
YUV 196.32 44.3 111.37 -
System Red Green Blue C M Y K H S L
Decimal 173 237 48 0.27 0 0.80 0.07 80.32 0.84 0.56
Hex AD ED 30 1B 0 50 7 50 54 38
Octal 255 355 60 33 0 120 7 120 124 70
Binary 10101101 11101101 110000 11011 0 1010000 111 1010000 1010100 111000

Color Harmonies of #ADED30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADED30

Black with #ADED30

Text Example


Text Example

White with #ADED30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADED30; }

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

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

background-color css

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

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

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

border-color css

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

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

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