Html Css Color HEX #AFF711 Spring Bud

📋 copy color: '#AFF711'

red 175 ◦ green 247 ◦ blue 17

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

Shades of Spring Bud #AFF711

Tints of Spring Bud #AFF711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.87%

R = 39.86%
G = 56.26%
B = 3.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#AFF711 (or 0xAFF711) is known color: Spring Bud. HEX triplet: AF, F7 and 11. RGB value is (175,247,17). Sum of RGB (Red+Green+Blue) = 175+247+17=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 247 (96.88% from 255 or 56.26% from 439); Blue value is 17 (7.03% from 255 or 3.87% from 439); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF711 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF711 is #5008EE. Grayscale: #C8C8C8. Windows color (decimal): -5245167 or 1177519. OLE color: 1177519.

HSL color Cylindrical-coordinate representation of color #AFF711: hue angle of 78.78º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFF711 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 247 17 -
CMYK 0.29 0 0.93 0.03
HSL 78.78º 0.93% 0.52% -
HSV(B) 78.78º 0.93% 0.97% -
XYZ 51.04 75.68 12.45 -
YUV 199.25 25.15 110.7 -
System Red Green Blue C M Y K H S L
Decimal 175 247 17 0.29 0 0.93 0.03 78.78 0.93 0.52
Hex AF F7 11 1D 0 5D 3 4F 5D 34
Octal 257 367 21 35 0 135 3 117 135 64
Binary 10101111 11110111 10001 11101 0 1011101 11 1001111 1011101 110100

Color Harmonies of #AFF711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF711

Black with #AFF711

Text Example


Text Example

White with #AFF711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF711; }

 p { color: rgb(175,247,17); }

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

background-color css

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

 a { background-color: rgb(175,247,17); }

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

border-color css

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

 span { border-color: rgb(175,247,17); }

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