Html Css Color HEX #ABF304 Spring Bud

📋 copy color: '#ABF304'

red 171 ◦ green 243 ◦ blue 4

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

Shades of Spring Bud #ABF304

Tints of Spring Bud #ABF304

RGB

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

 GREEN value IS 243 (95.31% from 255) = 58.13%

 BLUE value IS 4 (1.95% from 255) = 0.96%

R = 40.91%
G = 58.13%
B = 0.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#ABF304 (or 0xABF304) is known color: Spring Bud. HEX triplet: AB, F3 and 04. RGB value is (171,243,4). Sum of RGB (Red+Green+Blue) = 171+243+4=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 243 (95.31% from 255 or 58.13% from 418); Blue value is 4 (1.95% from 255 or 0.96% from 418); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF304 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF304 is #540CFB. Grayscale: #C3C3C3. Windows color (decimal): -5508348 or 324523. OLE color: 324523.

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

Color convert

RGB 171 243 4 -
CMYK 0.30 0 0.98 0.05
HSL 78.08º 0.97% 0.48% -
HSV(B) 78.08º 0.98% 0.95% -
XYZ 48.87 72.77 11.58 -
YUV 194.23 20.65 111.43 -
System Red Green Blue C M Y K H S L
Decimal 171 243 4 0.30 0 0.98 0.05 78.08 0.97 0.48
Hex AB F3 4 1E 0 62 5 4E 61 30
Octal 253 363 4 36 0 142 5 116 141 60
Binary 10101011 11110011 100 11110 0 1100010 101 1001110 1100001 110000

Color Harmonies of #ABF304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF304

Black with #ABF304

Text Example


Text Example

White with #ABF304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF304; }

 p { color: rgb(171,243,4); }

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

background-color css

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

 a { background-color: rgb(171,243,4); }

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

border-color css

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

 span { border-color: rgb(171,243,4); }

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