Html Css Color HEX #AFFF15 Spring Bud

📋 copy color: '#AFFF15'

red 175 ◦ green 255 ◦ blue 21

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

Shades of Spring Bud #AFFF15

Tints of Spring Bud #AFFF15

RGB

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

 GREEN value IS 255 (100% from 255) = 56.54%

 BLUE value IS 21 (8.59% from 255) = 4.66%

R = 38.8%
G = 56.54%
B = 4.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#AFFF15 (or 0xAFFF15) is known color: Spring Bud. HEX triplet: AF, FF and 15. RGB value is (175,255,21). Sum of RGB (Red+Green+Blue) = 175+255+21=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 255 (100% from 255 or 56.54% from 451); Blue value is 21 (8.59% from 255 or 4.66% from 451); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFF15 is #5000EA. Grayscale: #CDCDCD. Windows color (decimal): -5243115 or 1441711. OLE color: 1441711.

HSL color Cylindrical-coordinate representation of color #AFFF15: hue angle of 80.51º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFFF15 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB 175 255 21 -
CMYK 0.31 0 0.92 0
HSL 80.51º 1% 0.54% -
HSV(B) 80.51º 0.92% 1% -
XYZ 53.57 80.69 13.46 -
YUV 204.4 24.5 107.03 -
System Red Green Blue C M Y K H S L
Decimal 175 255 21 0.31 0 0.92 0 80.51 1 0.54
Hex AF FF 15 1F 0 5C 0 51 64 36
Octal 257 377 25 37 0 134 0 121 144 66
Binary 10101111 11111111 10101 11111 0 1011100 0 1010001 1100100 110110

Color Harmonies of #AFFF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF15

Black with #AFFF15

Text Example


Text Example

White with #AFFF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF15; }

 p { color: rgb(175,255,21); }

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

background-color css

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

 a { background-color: rgb(175,255,21); }

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

border-color css

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

 span { border-color: rgb(175,255,21); }

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