#AFED03

Color #AFED03 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #AFED03

Tints of Spring Bud #AFED03

Color information

#AFED03 (or 0xAFED03) is unknown color: approx Spring Bud. HEX triplet: AF, ED and 03. RGB value is (175,237,3). Sum of RGB (Red+Green+Blue) = 175+237+3=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 237 (92.97% from 255 or 57.11% from 415); Blue value is 3 (1.56% from 255 or 0.72% from 415); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFED03 is #5012FC. Grayscale: #C0C0C0. Windows color (decimal): -5247741 or 257455. OLE color: 257455.

HSL color Cylindrical-coordinate representation of color #AFED03: hue angle of 75.9º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFED03 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB1752373-
CMYK0.2600.990.07
HSL75.9º97.5%47.06%-
HSV(B)75.9º98.73%92.94%-
XYZ47.9869.6911.01-
YUV191.7921.46116.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 237 (92.97% from 255) = 57.11%
BLUE value IS 3 (1.56% from 255) = 0.72%
R=42.17%
G=57.11%
B=0.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal17523730.2600.990.0775.997.547.06
HexAFED31A06374c622f
Octal2573553320143711414257
Binary101011111110110111110100110001111110011001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFED03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFED03; }

 p { color: rgb(175,237,3); }

 H1.HeaderClassName
 {
   color: #AFED03;
 }
 .AnyTagClassName
 {
   color: #AFED03;
 }
</style>
background-color css

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

 a { background-color: rgb(175,237,3); }

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

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

 span { border-color: rgb(175,237,3); }

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