Html Css Color HEX #AFED03 Spring Bud

📋 copy color: '#AFED03'

red 175 ◦ green 237 ◦ blue 3

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

Shades of Spring Bud #AFED03

Tints of Spring Bud #AFED03

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 value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#AFED03 (or 0xAFED03) is known color: 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

RGB 175 237 3 -
CMYK 0.26 0 0.99 0.07
HSL 75.9º 0.98% 0.47% -
HSV(B) 75.9º 0.99% 0.93% -
XYZ 47.98 69.69 11.01 -
YUV 191.79 21.46 116.03 -
System Red Green Blue C M Y K H S L
Decimal 175 237 3 0.26 0 0.99 0.07 75.9 0.98 0.47
Hex AF ED 3 1A 0 63 7 4C 62 2F
Octal 257 355 3 32 0 143 7 114 142 57
Binary 10101111 11101101 11 11010 0 1100011 111 1001100 1100010 101111

Color Harmonies of #AFED03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFED03

Black with #AFED03

Text Example


Text Example

White with #AFED03

Text Example


Text Example

HTML Codes & Css Web 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>