Html Css Color HEX #AFF105 Spring Bud

📋 copy color: '#AFF105'

red 175 ◦ green 241 ◦ blue 5

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

Shades of Spring Bud #AFF105

Tints of Spring Bud #AFF105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.19%

R = 41.57%
G = 57.24%
B = 1.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#AFF105 (or 0xAFF105) is known color: Spring Bud. HEX triplet: AF, F1 and 05. RGB value is (175,241,5). Sum of RGB (Red+Green+Blue) = 175+241+5=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 241 (94.53% from 255 or 57.24% from 421); Blue value is 5 (2.34% from 255 or 1.19% from 421); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF105 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF105 is #500EFA. Grayscale: #C3C3C3. Windows color (decimal): -5246715 or 389551. OLE color: 389551.

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

Color convert

RGB 175 241 5 -
CMYK 0.27 0 0.98 0.05
HSL 76.78º 0.96% 0.48% -
HSV(B) 76.78º 0.98% 0.95% -
XYZ 49.16 72.04 11.46 -
YUV 194.36 21.13 114.19 -
System Red Green Blue C M Y K H S L
Decimal 175 241 5 0.27 0 0.98 0.05 76.78 0.96 0.48
Hex AF F1 5 1B 0 62 5 4D 60 30
Octal 257 361 5 33 0 142 5 115 140 60
Binary 10101111 11110001 101 11011 0 1100010 101 1001101 1100000 110000

Color Harmonies of #AFF105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF105

Black with #AFF105

Text Example


Text Example

White with #AFF105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF105; }

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

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

background-color css

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

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

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

border-color css

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

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

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