Html Css Color HEX #ABED2D Green Yellow

📋 copy color: '#ABED2D'

red 171 ◦ green 237 ◦ blue 45

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

Shades of Green Yellow #ABED2D

Tints of Green Yellow #ABED2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.93%

R = 37.75%
G = 52.32%
B = 9.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ABED2D (or 0xABED2D) is known color: Green Yellow. HEX triplet: AB, ED and 2D. RGB value is (171,237,45). Sum of RGB (Red+Green+Blue) = 171+237+45=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 237 (92.97% from 255 or 52.32% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 237 - color contains mainly: green. Hex color #ABED2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABED2D is #5412D2. Grayscale: #C4C4C4. Windows color (decimal): -5509843 or 3009963. OLE color: 3009963.

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

Color convert

RGB 171 237 45 -
CMYK 0.28 0 0.81 0.07
HSL 80.63º 0.84% 0.55% -
HSV(B) 80.63º 0.81% 0.93% -
XYZ 47.55 69.42 13.37 -
YUV 195.38 43.13 110.61 -
System Red Green Blue C M Y K H S L
Decimal 171 237 45 0.28 0 0.81 0.07 80.63 0.84 0.55
Hex AB ED 2D 1C 0 51 7 51 54 37
Octal 253 355 55 34 0 121 7 121 124 67
Binary 10101011 11101101 101101 11100 0 1010001 111 1010001 1010100 110111

Color Harmonies of #ABED2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABED2D

Black with #ABED2D

Text Example


Text Example

White with #ABED2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABED2D; }

 p { color: rgb(171,237,45); }

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

background-color css

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

 a { background-color: rgb(171,237,45); }

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

border-color css

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

 span { border-color: rgb(171,237,45); }

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