Html Css Color HEX #AFF003 Spring Bud

📋 copy color: '#AFF003'

red 175 ◦ green 240 ◦ blue 3

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

Shades of Spring Bud #AFF003

Tints of Spring Bud #AFF003

RGB

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

 GREEN value IS 240 (94.14% from 255) = 57.42%

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

R = 41.87%
G = 57.42%
B = 0.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#AFF003 (or 0xAFF003) is known color: Spring Bud. HEX triplet: AF, F0 and 03. RGB value is (175,240,3). Sum of RGB (Red+Green+Blue) = 175+240+3=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 240 (94.14% from 255 or 57.42% from 418); Blue value is 3 (1.56% from 255 or 0.72% from 418); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF003 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF003 is #500FFC. Grayscale: #C2C2C2. Windows color (decimal): -5246973 or 258223. OLE color: 258223.

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

Color convert

RGB 175 240 3 -
CMYK 0.27 0 0.99 0.06
HSL 76.46º 0.98% 0.48% -
HSV(B) 76.46º 0.99% 0.94% -
XYZ 48.86 71.44 11.3 -
YUV 193.55 20.47 114.77 -
System Red Green Blue C M Y K H S L
Decimal 175 240 3 0.27 0 0.99 0.06 76.46 0.98 0.48
Hex AF F0 3 1B 0 63 6 4C 62 30
Octal 257 360 3 33 0 143 6 114 142 60
Binary 10101111 11110000 11 11011 0 1100011 110 1001100 1100010 110000

Color Harmonies of #AFF003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF003

Black with #AFF003

Text Example


Text Example

White with #AFF003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF003; }

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

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

background-color css

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

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

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

border-color css

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

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

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