Html Css Color HEX #AFF610 Spring Bud

📋 copy color: '#AFF610'

red 175 ◦ green 246 ◦ blue 16

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

Shades of Spring Bud #AFF610

Tints of Spring Bud #AFF610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.66%

R = 40.05%
G = 56.29%
B = 3.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#AFF610 (or 0xAFF610) is known color: Spring Bud. HEX triplet: AF, F6 and 10. RGB value is (175,246,16). Sum of RGB (Red+Green+Blue) = 175+246+16=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 246 (96.48% from 255 or 56.29% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF610 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF610 is #5009EF. Grayscale: #C7C7C7. Windows color (decimal): -5245424 or 1111727. OLE color: 1111727.

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

Color convert

RGB 175 246 16 -
CMYK 0.29 0 0.93 0.04
HSL 78.52º 0.93% 0.51% -
HSV(B) 78.52º 0.93% 0.96% -
XYZ 50.73 75.06 12.31 -
YUV 198.55 24.98 111.2 -
System Red Green Blue C M Y K H S L
Decimal 175 246 16 0.29 0 0.93 0.04 78.52 0.93 0.51
Hex AF F6 10 1D 0 5D 4 4F 5D 33
Octal 257 366 20 35 0 135 4 117 135 63
Binary 10101111 11110110 10000 11101 0 1011101 100 1001111 1011101 110011

Color Harmonies of #AFF610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF610

Black with #AFF610

Text Example


Text Example

White with #AFF610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF610; }

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

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

background-color css

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

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

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

border-color css

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

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

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