Html Css Color HEX #AFFC00 Spring Bud

📋 copy color: '#AFFC00'

red 175 ◦ green 252 ◦ blue 0

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

Shades of Spring Bud #AFFC00

Tints of Spring Bud #AFFC00

RGB

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

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

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

R = 40.98%
G = 59.02%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#AFFC00 (or 0xAFFC00) is known color: Spring Bud. HEX triplet: AF, FC and 00. RGB value is (175,252,0). Sum of RGB (Red+Green+Blue) = 175+252+0=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 252 (98.83% from 255 or 59.02% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFC00 is #5003FF. Grayscale: #C9C9C9. Windows color (decimal): -5243904 or 64687. OLE color: 64687.

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

Color convert

RGB 175 252 0 -
CMYK 0.31 0 1 0.01
HSL 78.33º 1% 0.49% -
HSV(B) 78.33º 1% 0.99% -
XYZ 52.49 78.73 12.43 -
YUV 200.25 14.99 109.99 -
System Red Green Blue C M Y K H S L
Decimal 175 252 0 0.31 0 1 0.01 78.33 1 0.49
Hex AF FC 0 1F 0 64 1 4E 64 31
Octal 257 374 0 37 0 144 1 116 144 61
Binary 10101111 11111100 0 11111 0 1100100 1 1001110 1100100 110001

Color Harmonies of #AFFC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC00

Black with #AFFC00

Text Example


Text Example

White with #AFFC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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