Html Css Color HEX #AFF503 Spring Bud

📋 copy color: '#AFF503'

red 175 ◦ green 245 ◦ blue 3

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

Shades of Spring Bud #AFF503

Tints of Spring Bud #AFF503

RGB

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

 GREEN value IS 245 (96.09% from 255) = 57.92%

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

R = 41.37%
G = 57.92%
B = 0.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#AFF503 (or 0xAFF503) is known color: Spring Bud. HEX triplet: AF, F5 and 03. RGB value is (175,245,3). Sum of RGB (Red+Green+Blue) = 175+245+3=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 245 (96.09% from 255 or 57.92% from 423); Blue value is 3 (1.56% from 255 or 0.71% from 423); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF503 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF503 is #500AFC. Grayscale: #C5C5C5. Windows color (decimal): -5245693 or 259503. OLE color: 259503.

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

Color convert

RGB 175 245 3 -
CMYK 0.29 0 0.99 0.04
HSL 77.36º 0.98% 0.49% -
HSV(B) 77.36º 0.99% 0.96% -
XYZ 50.35 74.43 11.8 -
YUV 196.48 18.81 112.68 -
System Red Green Blue C M Y K H S L
Decimal 175 245 3 0.29 0 0.99 0.04 77.36 0.98 0.49
Hex AF F5 3 1D 0 63 4 4D 62 31
Octal 257 365 3 35 0 143 4 115 142 61
Binary 10101111 11110101 11 11101 0 1100011 100 1001101 1100010 110001

Color Harmonies of #AFF503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF503

Black with #AFF503

Text Example


Text Example

White with #AFF503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF503; }

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

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

background-color css

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

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

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

border-color css

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

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

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