Html Css Color HEX #AFF70B Spring Bud

📋 copy color: '#AFF70B'

red 175 ◦ green 247 ◦ blue 11

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

Shades of Spring Bud #AFF70B

Tints of Spring Bud #AFF70B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.54%

R = 40.42%
G = 57.04%
B = 2.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#AFF70B (or 0xAFF70B) is known color: Spring Bud. HEX triplet: AF, F7 and 0B. RGB value is (175,247,11). Sum of RGB (Red+Green+Blue) = 175+247+11=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 247 (96.88% from 255 or 57.04% from 433); Blue value is 11 (4.69% from 255 or 2.54% from 433); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF70B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF70B is #5008F4. Grayscale: #C7C7C7. Windows color (decimal): -5245173 or 784303. OLE color: 784303.

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

Color convert

RGB 175 247 11 -
CMYK 0.29 0 0.96 0.03
HSL 78.31º 0.94% 0.51% -
HSV(B) 78.31º 0.96% 0.97% -
XYZ 51 75.66 12.23 -
YUV 198.57 22.15 111.19 -
System Red Green Blue C M Y K H S L
Decimal 175 247 11 0.29 0 0.96 0.03 78.31 0.94 0.51
Hex AF F7 B 1D 0 60 3 4E 5E 33
Octal 257 367 13 35 0 140 3 116 136 63
Binary 10101111 11110111 1011 11101 0 1100000 11 1001110 1011110 110011

Color Harmonies of #AFF70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF70B

Black with #AFF70B

Text Example


Text Example

White with #AFF70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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