Html Css Color HEX #ADEB34 Green Yellow

📋 copy color: '#ADEB34'

red 173 ◦ green 235 ◦ blue 52

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

Shades of Green Yellow #ADEB34

Tints of Green Yellow #ADEB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.3%

R = 37.61%
G = 51.09%
B = 11.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#ADEB34 (or 0xADEB34) is known color: Green Yellow. HEX triplet: AD, EB and 34. RGB value is (173,235,52). Sum of RGB (Red+Green+Blue) = 173+235+52=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 235 (92.19% from 255 or 51.09% from 460); Blue value is 52 (20.70% from 255 or 11.30% from 460); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEB34 is #5214CB. Grayscale: #C4C4C4. Windows color (decimal): -5379276 or 3468205. OLE color: 3468205.

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

Color convert

RGB 173 235 52 -
CMYK 0.26 0 0.78 0.08
HSL 80.33º 0.82% 0.56% -
HSV(B) 80.33º 0.78% 0.92% -
XYZ 47.56 68.55 13.97 -
YUV 195.6 46.96 111.88 -
System Red Green Blue C M Y K H S L
Decimal 173 235 52 0.26 0 0.78 0.08 80.33 0.82 0.56
Hex AD EB 34 1A 0 4E 8 50 52 38
Octal 255 353 64 32 0 116 10 120 122 70
Binary 10101101 11101011 110100 11010 0 1001110 1000 1010000 1010010 111000

Color Harmonies of #ADEB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEB34

Black with #ADEB34

Text Example


Text Example

White with #ADEB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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