Html Css Color HEX #AFF40D Spring Bud

📋 copy color: '#AFF40D'

red 175 ◦ green 244 ◦ blue 13

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

Shades of Spring Bud #AFF40D

Tints of Spring Bud #AFF40D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 56.48%

 BLUE value IS 13 (5.47% from 255) = 3.01%

R = 40.51%
G = 56.48%
B = 3.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#AFF40D (or 0xAFF40D) is known color: Spring Bud. HEX triplet: AF, F4 and 0D. RGB value is (175,244,13). Sum of RGB (Red+Green+Blue) = 175+244+13=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 244 (95.70% from 255 or 56.48% from 432); Blue value is 13 (5.47% from 255 or 3.01% from 432); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF40D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF40D is #500BF2. Grayscale: #C5C5C5. Windows color (decimal): -5245939 or 914607. OLE color: 914607.

HSL color Cylindrical-coordinate representation of color #AFF40D: hue angle of 77.92º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFF40D is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 244 13 -
CMYK 0.28 0 0.95 0.04
HSL 77.92º 0.91% 0.5% -
HSV(B) 77.92º 0.95% 0.96% -
XYZ 50.1 73.84 11.99 -
YUV 197.04 24.14 112.28 -
System Red Green Blue C M Y K H S L
Decimal 175 244 13 0.28 0 0.95 0.04 77.92 0.91 0.5
Hex AF F4 D 1C 0 5F 4 4E 5B 32
Octal 257 364 15 34 0 137 4 116 133 62
Binary 10101111 11110100 1101 11100 0 1011111 100 1001110 1011011 110010

Color Harmonies of #AFF40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF40D

Black with #AFF40D

Text Example


Text Example

White with #AFF40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF40D; }

 p { color: rgb(175,244,13); }

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

background-color css

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

 a { background-color: rgb(175,244,13); }

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

border-color css

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

 span { border-color: rgb(175,244,13); }

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