Html Css Color HEX #A5F705 Spring Bud

📋 copy color: '#A5F705'

red 165 ◦ green 247 ◦ blue 5

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

Shades of Spring Bud #A5F705

Tints of Spring Bud #A5F705

RGB

 RED value IS 165 (64.84% from 255) = 39.57%

 GREEN value IS 247 (96.88% from 255) = 59.23%

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

R = 39.57%
G = 59.23%
B = 1.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#A5F705 (or 0xA5F705) is known color: Spring Bud. HEX triplet: A5, F7 and 05. RGB value is (165,247,5). Sum of RGB (Red+Green+Blue) = 165+247+5=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 247 (96.88% from 255 or 59.23% from 417); Blue value is 5 (2.34% from 255 or 1.20% from 417); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F705 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F705 is #5A08FA. Grayscale: #C3C3C3. Windows color (decimal): -5900539 or 391077. OLE color: 391077.

HSL color Cylindrical-coordinate representation of color #A5F705: hue angle of 80.33º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A5F705 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 247 5 -
CMYK 0.33 0 0.98 0.03
HSL 80.33º 0.96% 0.49% -
HSV(B) 80.33º 0.98% 0.97% -
XYZ 48.81 74.53 11.96 -
YUV 194.89 20.83 106.68 -
System Red Green Blue C M Y K H S L
Decimal 165 247 5 0.33 0 0.98 0.03 80.33 0.96 0.49
Hex A5 F7 5 21 0 62 3 50 60 31
Octal 245 367 5 41 0 142 3 120 140 61
Binary 10100101 11110111 101 100001 0 1100010 11 1010000 1100000 110001

Color Harmonies of #A5F705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F705

Black with #A5F705

Text Example


Text Example

White with #A5F705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F705; }

 p { color: rgb(165,247,5); }

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

background-color css

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

 a { background-color: rgb(165,247,5); }

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

border-color css

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

 span { border-color: rgb(165,247,5); }

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