Html Css Color HEX #AFF300 Spring Bud

📋 copy color: '#AFF300'

red 175 ◦ green 243 ◦ blue 0

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

Shades of Spring Bud #AFF300

Tints of Spring Bud #AFF300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.87%
G = 58.13%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#AFF300 (or 0xAFF300) is known color: Spring Bud. HEX triplet: AF, F3 and 00. RGB value is (175,243,0). Sum of RGB (Red+Green+Blue) = 175+243+0=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 243 (95.31% from 255 or 58.13% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF300 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF300 is #500CFF. Grayscale: #C3C3C3. Windows color (decimal): -5246208 or 62383. OLE color: 62383.

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

Color convert

RGB 175 243 0 -
CMYK 0.28 0 1 0.05
HSL 76.79º 1% 0.48% -
HSV(B) 76.79º 1% 0.95% -
XYZ 49.73 73.22 11.51 -
YUV 194.97 17.97 113.76 -
System Red Green Blue C M Y K H S L
Decimal 175 243 0 0.28 0 1 0.05 76.79 1 0.48
Hex AF F3 0 1C 0 64 5 4D 64 30
Octal 257 363 0 34 0 144 5 115 144 60
Binary 10101111 11110011 0 11100 0 1100100 101 1001101 1100100 110000

Color Harmonies of #AFF300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF300

Black with #AFF300

Text Example


Text Example

White with #AFF300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF300; }

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

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

background-color css

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

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

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

border-color css

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

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

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