Html Css Color HEX #AFF303 Spring Bud

📋 copy color: '#AFF303'

red 175 ◦ green 243 ◦ blue 3

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

Shades of Spring Bud #AFF303

Tints of Spring Bud #AFF303

RGB

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

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

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

R = 41.57%
G = 57.72%
B = 0.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#AFF303 (or 0xAFF303) is known color: Spring Bud. HEX triplet: AF, F3 and 03. RGB value is (175,243,3). Sum of RGB (Red+Green+Blue) = 175+243+3=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 243 (95.31% from 255 or 57.72% from 421); Blue value is 3 (1.56% from 255 or 0.71% from 421); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF303 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF303 is #500CFC. Grayscale: #C4C4C4. Windows color (decimal): -5246205 or 258991. OLE color: 258991.

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

Color convert

RGB 175 243 3 -
CMYK 0.28 0 0.99 0.05
HSL 77º 0.98% 0.48% -
HSV(B) 77º 0.99% 0.95% -
XYZ 49.75 73.22 11.6 -
YUV 195.31 19.47 113.51 -
System Red Green Blue C M Y K H S L
Decimal 175 243 3 0.28 0 0.99 0.05 77 0.98 0.48
Hex AF F3 3 1C 0 63 5 4D 62 30
Octal 257 363 3 34 0 143 5 115 142 60
Binary 10101111 11110011 11 11100 0 1100011 101 1001101 1100010 110000

Color Harmonies of #AFF303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF303

Black with #AFF303

Text Example


Text Example

White with #AFF303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF303; }

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

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

background-color css

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

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

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

border-color css

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

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

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