Html Css Color HEX #ABF203 Spring Bud

📋 copy color: '#ABF203'

red 171 ◦ green 242 ◦ blue 3

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

Shades of Spring Bud #ABF203

Tints of Spring Bud #ABF203

RGB

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

 GREEN value IS 242 (94.92% from 255) = 58.17%

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 41.11%
G = 58.17%
B = 0.72%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#ABF203 (or 0xABF203) is known color: Spring Bud. HEX triplet: AB, F2 and 03. RGB value is (171,242,3). Sum of RGB (Red+Green+Blue) = 171+242+3=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 242 (94.92% from 255 or 58.17% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF203 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF203 is #540DFC. Grayscale: #C2C2C2. Windows color (decimal): -5508605 or 258731. OLE color: 258731.

HSL color Cylindrical-coordinate representation of color #ABF203: hue angle of 77.82º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABF203 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 242 3 -
CMYK 0.29 0 0.99 0.05
HSL 77.82º 0.98% 0.48% -
HSV(B) 77.82º 0.99% 0.95% -
XYZ 48.56 72.17 11.46 -
YUV 193.53 20.48 111.93 -
System Red Green Blue C M Y K H S L
Decimal 171 242 3 0.29 0 0.99 0.05 77.82 0.98 0.48
Hex AB F2 3 1D 0 63 5 4E 62 30
Octal 253 362 3 35 0 143 5 116 142 60
Binary 10101011 11110010 11 11101 0 1100011 101 1001110 1100010 110000

Color Harmonies of #ABF203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF203

Black with #ABF203

Text Example


Text Example

White with #ABF203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF203; }

 p { color: rgb(171,242,3); }

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

background-color css

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

 a { background-color: rgb(171,242,3); }

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

border-color css

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

 span { border-color: rgb(171,242,3); }

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