Html Css Color HEX #ABD428 Yellow Green

📋 copy color: '#ABD428'

red 171 ◦ green 212 ◦ blue 40

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

Shades of Yellow Green #ABD428

Tints of Yellow Green #ABD428

RGB

 RED value IS 171 (67.19% from 255) = 40.43%

 GREEN value IS 212 (83.2% from 255) = 50.12%

 BLUE value IS 40 (16.02% from 255) = 9.46%

R = 40.43%
G = 50.12%
B = 9.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#ABD428 (or 0xABD428) is known color: Yellow Green. HEX triplet: AB, D4 and 28. RGB value is (171,212,40). Sum of RGB (Red+Green+Blue) = 171+212+40=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD428 is #542BD7. Grayscale: #B4B4B4. Windows color (decimal): -5516248 or 2675883. OLE color: 2675883.

HSL color Cylindrical-coordinate representation of color #ABD428: hue angle of 74.3º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ABD428 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 212 40 -
CMYK 0.19 0 0.81 0.17
HSL 74.3º 0.68% 0.49% -
HSV(B) 74.3º 0.81% 0.83% -
XYZ 40.72 55.9 10.65 -
YUV 180.13 48.92 121.49 -
System Red Green Blue C M Y K H S L
Decimal 171 212 40 0.19 0 0.81 0.17 74.3 0.68 0.49
Hex AB D4 28 13 0 51 11 4A 44 31
Octal 253 324 50 23 0 121 21 112 104 61
Binary 10101011 11010100 101000 10011 0 1010001 10001 1001010 1000100 110001

Color Harmonies of #ABD428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD428

Black with #ABD428

Text Example


Text Example

White with #ABD428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD428; }

 p { color: rgb(171,212,40); }

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

background-color css

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

 a { background-color: rgb(171,212,40); }

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

border-color css

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

 span { border-color: rgb(171,212,40); }

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