Html Css Color HEX #AFF107 Spring Bud

📋 copy color: '#AFF107'

red 175 ◦ green 241 ◦ blue 7

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

Shades of Spring Bud #AFF107

Tints of Spring Bud #AFF107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.65%

R = 41.37%
G = 56.97%
B = 1.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#AFF107 (or 0xAFF107) is known color: Spring Bud. HEX triplet: AF, F1 and 07. RGB value is (175,241,7). Sum of RGB (Red+Green+Blue) = 175+241+7=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 241 (94.53% from 255 or 56.97% from 423); Blue value is 7 (3.12% from 255 or 1.65% from 423); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF107 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF107 is #500EF8. Grayscale: #C3C3C3. Windows color (decimal): -5246713 or 520623. OLE color: 520623.

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

Color convert

RGB 175 241 7 -
CMYK 0.27 0 0.97 0.05
HSL 76.92º 0.94% 0.49% -
HSV(B) 76.92º 0.97% 0.95% -
XYZ 49.17 72.04 11.51 -
YUV 194.59 22.13 114.03 -
System Red Green Blue C M Y K H S L
Decimal 175 241 7 0.27 0 0.97 0.05 76.92 0.94 0.49
Hex AF F1 7 1B 0 61 5 4D 5E 31
Octal 257 361 7 33 0 141 5 115 136 61
Binary 10101111 11110001 111 11011 0 1100001 101 1001101 1011110 110001

Color Harmonies of #AFF107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF107

Black with #AFF107

Text Example


Text Example

White with #AFF107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF107; }

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

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

background-color css

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

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

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

border-color css

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

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

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