#AFF300

Color #AFF300 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #AFF300

Tints of Spring Bud #AFF300

Color information

#AFF300 (or 0xAFF300) is unknown color: approx 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

RGB1752430-
CMYK0.28010.05
HSL76.79º100%47.65%-
HSV(B)76.79º100%95.29%-
XYZ49.7373.2211.51-
YUV194.9717.97113.76-

RGB Variations

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

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 (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal17524300.28010.0576.7910047.65
HexAFF301C06454d6430
Octal2573630340144511514460
Binary10101111111100110111000110010010110011011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>