Html Css Color HEX #AFF403 Spring Bud

📋 copy color: '#AFF403'

red 175 ◦ green 244 ◦ blue 3

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

Shades of Spring Bud #AFF403

Tints of Spring Bud #AFF403

RGB

 RED value IS 175 (68.75% from 255) = 41.47%

 GREEN value IS 244 (95.7% from 255) = 57.82%

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

R = 41.47%
G = 57.82%
B = 0.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#AFF403 (or 0xAFF403) is known color: Spring Bud. HEX triplet: AF, F4 and 03. RGB value is (175,244,3). Sum of RGB (Red+Green+Blue) = 175+244+3=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 244 (95.70% from 255 or 57.82% from 422); Blue value is 3 (1.56% from 255 or 0.71% from 422); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF403 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF403 is #500BFC. Grayscale: #C4C4C4. Windows color (decimal): -5245949 or 259247. OLE color: 259247.

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

Color convert

RGB 175 244 3 -
CMYK 0.28 0 0.99 0.04
HSL 77.18º 0.98% 0.48% -
HSV(B) 77.18º 0.99% 0.96% -
XYZ 50.05 73.82 11.7 -
YUV 195.9 19.14 113.1 -
System Red Green Blue C M Y K H S L
Decimal 175 244 3 0.28 0 0.99 0.04 77.18 0.98 0.48
Hex AF F4 3 1C 0 63 4 4D 62 30
Octal 257 364 3 34 0 143 4 115 142 60
Binary 10101111 11110100 11 11100 0 1100011 100 1001101 1100010 110000

Color Harmonies of #AFF403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF403

Black with #AFF403

Text Example


Text Example

White with #AFF403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF403; }

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

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

background-color css

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

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

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

border-color css

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

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

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