Html Css Color HEX #AFF100 Spring Bud

📋 copy color: '#AFF100'

red 175 ◦ green 241 ◦ blue 0

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

Shades of Spring Bud #AFF100

Tints of Spring Bud #AFF100

RGB

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

 GREEN value IS 241 (94.53% from 255) = 57.93%

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

R = 42.07%
G = 57.93%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#AFF100 (or 0xAFF100) is known color: Spring Bud. HEX triplet: AF, F1 and 00. RGB value is (175,241,0). Sum of RGB (Red+Green+Blue) = 175+241+0=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 241 (94.53% from 255 or 57.93% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF100 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF100 is #500EFF. Grayscale: #C2C2C2. Windows color (decimal): -5246720 or 61871. OLE color: 61871.

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

Color convert

RGB 175 241 0 -
CMYK 0.27 0 1 0.05
HSL 76.43º 1% 0.47% -
HSV(B) 76.43º 1% 0.95% -
XYZ 49.13 72.02 11.31 -
YUV 193.79 18.63 114.6 -
System Red Green Blue C M Y K H S L
Decimal 175 241 0 0.27 0 1 0.05 76.43 1 0.47
Hex AF F1 0 1B 0 64 5 4C 64 2F
Octal 257 361 0 33 0 144 5 114 144 57
Binary 10101111 11110001 0 11011 0 1100100 101 1001100 1100100 101111

Color Harmonies of #AFF100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF100

Black with #AFF100

Text Example


Text Example

White with #AFF100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF100; }

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

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

background-color css

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

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

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

border-color css

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

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

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