Html Css Color HEX #AFF601 Spring Bud

📋 copy color: '#AFF601'

red 175 ◦ green 246 ◦ blue 1

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

Shades of Spring Bud #AFF601

Tints of Spring Bud #AFF601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 41.47%
G = 58.29%
B = 0.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#AFF601 (or 0xAFF601) is known color: Spring Bud. HEX triplet: AF, F6 and 01. RGB value is (175,246,1). Sum of RGB (Red+Green+Blue) = 175+246+1=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 246 (96.48% from 255 or 58.29% from 422); Blue value is 1 (0.78% from 255 or 0.24% from 422); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF601 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF601 is #5009FE. Grayscale: #C5C5C5. Windows color (decimal): -5245439 or 128687. OLE color: 128687.

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

Color convert

RGB 175 246 1 -
CMYK 0.29 0 1.00 0.04
HSL 77.39º 0.99% 0.48% -
HSV(B) 77.39º 1% 0.96% -
XYZ 50.64 75.03 11.84 -
YUV 196.84 17.48 112.42 -
System Red Green Blue C M Y K H S L
Decimal 175 246 1 0.29 0 1.00 0.04 77.39 0.99 0.48
Hex AF F6 1 1D 0 64 4 4D 63 30
Octal 257 366 1 35 0 144 4 115 143 60
Binary 10101111 11110110 1 11101 0 1100100 100 1001101 1100011 110000

Color Harmonies of #AFF601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF601

Black with #AFF601

Text Example


Text Example

White with #AFF601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF601; }

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

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

background-color css

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

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

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

border-color css

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

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

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