Html Css Color HEX #AFFC17 Spring Bud

📋 copy color: '#AFFC17'

red 175 ◦ green 252 ◦ blue 23

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

Shades of Spring Bud #AFFC17

Tints of Spring Bud #AFFC17

RGB

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

 GREEN value IS 252 (98.83% from 255) = 56%

 BLUE value IS 23 (9.38% from 255) = 5.11%

R = 38.89%
G = 56%
B = 5.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#AFFC17 (or 0xAFFC17) is known color: Spring Bud. HEX triplet: AF, FC and 17. RGB value is (175,252,23). Sum of RGB (Red+Green+Blue) = 175+252+23=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 252 (98.83% from 255 or 56% from 450); Blue value is 23 (9.38% from 255 or 5.11% from 450); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFC17 is #5003E8. Grayscale: #CBCBCB. Windows color (decimal): -5243881 or 1572015. OLE color: 1572015.

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

Color convert

RGB 175 252 23 -
CMYK 0.31 0 0.91 0.01
HSL 80.17º 0.97% 0.54% -
HSV(B) 80.17º 0.91% 0.99% -
XYZ 52.64 78.8 13.25 -
YUV 202.87 26.49 108.12 -
System Red Green Blue C M Y K H S L
Decimal 175 252 23 0.31 0 0.91 0.01 80.17 0.97 0.54
Hex AF FC 17 1F 0 5B 1 50 61 36
Octal 257 374 27 37 0 133 1 120 141 66
Binary 10101111 11111100 10111 11111 0 1011011 1 1010000 1100001 110110

Color Harmonies of #AFFC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC17

Black with #AFFC17

Text Example


Text Example

White with #AFFC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC17; }

 p { color: rgb(175,252,23); }

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

background-color css

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

 a { background-color: rgb(175,252,23); }

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

border-color css

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

 span { border-color: rgb(175,252,23); }

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