Html Css Color HEX #AFF60B Spring Bud

📋 copy color: '#AFF60B'

red 175 ◦ green 246 ◦ blue 11

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

Shades of Spring Bud #AFF60B

Tints of Spring Bud #AFF60B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 56.94%

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

R = 40.51%
G = 56.94%
B = 2.55%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#AFF60B (or 0xAFF60B) is known color: Spring Bud. HEX triplet: AF, F6 and 0B. RGB value is (175,246,11). Sum of RGB (Red+Green+Blue) = 175+246+11=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 246 (96.48% from 255 or 56.94% from 432); Blue value is 11 (4.69% from 255 or 2.55% from 432); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF60B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF60B is #5009F4. Grayscale: #C6C6C6. Windows color (decimal): -5245429 or 784047. OLE color: 784047.

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

Color convert

RGB 175 246 11 -
CMYK 0.29 0 0.96 0.04
HSL 78.13º 0.93% 0.5% -
HSV(B) 78.13º 0.96% 0.96% -
XYZ 50.7 75.05 12.13 -
YUV 197.98 22.48 111.61 -
System Red Green Blue C M Y K H S L
Decimal 175 246 11 0.29 0 0.96 0.04 78.13 0.93 0.5
Hex AF F6 B 1D 0 60 4 4E 5D 32
Octal 257 366 13 35 0 140 4 116 135 62
Binary 10101111 11110110 1011 11101 0 1100000 100 1001110 1011101 110010

Color Harmonies of #AFF60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF60B

Black with #AFF60B

Text Example


Text Example

White with #AFF60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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