Html Css Color HEX #ADEB30 Green Yellow

📋 copy color: '#ADEB30'

red 173 ◦ green 235 ◦ blue 48

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

Shades of Green Yellow #ADEB30

Tints of Green Yellow #ADEB30

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.54%

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

R = 37.94%
G = 51.54%
B = 10.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#ADEB30 (or 0xADEB30) is known color: Green Yellow. HEX triplet: AD, EB and 30. RGB value is (173,235,48). Sum of RGB (Red+Green+Blue) = 173+235+48=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 235 (92.19% from 255 or 51.54% from 456); Blue value is 48 (19.14% from 255 or 10.53% from 456); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEB30 is #5214CF. Grayscale: #C3C3C3. Windows color (decimal): -5379280 or 3206061. OLE color: 3206061.

HSL color Cylindrical-coordinate representation of color #ADEB30: hue angle of 79.89º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADEB30 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 235 48 -
CMYK 0.26 0 0.80 0.08
HSL 79.89º 0.82% 0.55% -
HSV(B) 79.89º 0.8% 0.92% -
XYZ 47.48 68.51 13.52 -
YUV 195.14 44.96 112.21 -
System Red Green Blue C M Y K H S L
Decimal 173 235 48 0.26 0 0.80 0.08 79.89 0.82 0.55
Hex AD EB 30 1A 0 50 8 50 52 37
Octal 255 353 60 32 0 120 10 120 122 67
Binary 10101101 11101011 110000 11010 0 1010000 1000 1010000 1010010 110111

Color Harmonies of #ADEB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEB30

Black with #ADEB30

Text Example


Text Example

White with #ADEB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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