Html Css Color HEX #AFF506 Spring Bud

📋 copy color: '#AFF506'

red 175 ◦ green 245 ◦ blue 6

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

Shades of Spring Bud #AFF506

Tints of Spring Bud #AFF506

RGB

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

 GREEN value IS 245 (96.09% from 255) = 57.51%

 BLUE value IS 6 (2.73% from 255) = 1.41%

R = 41.08%
G = 57.51%
B = 1.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#AFF506 (or 0xAFF506) is known color: Spring Bud. HEX triplet: AF, F5 and 06. RGB value is (175,245,6). Sum of RGB (Red+Green+Blue) = 175+245+6=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 245 (96.09% from 255 or 57.51% from 426); Blue value is 6 (2.73% from 255 or 1.41% from 426); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF506 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF506 is #500AF9. Grayscale: #C5C5C5. Windows color (decimal): -5245690 or 456111. OLE color: 456111.

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

Color convert

RGB 175 245 6 -
CMYK 0.29 0 0.98 0.04
HSL 77.57º 0.95% 0.49% -
HSV(B) 77.57º 0.98% 0.96% -
XYZ 50.36 74.43 11.88 -
YUV 196.82 20.31 112.43 -
System Red Green Blue C M Y K H S L
Decimal 175 245 6 0.29 0 0.98 0.04 77.57 0.95 0.49
Hex AF F5 6 1D 0 62 4 4E 5F 31
Octal 257 365 6 35 0 142 4 116 137 61
Binary 10101111 11110101 110 11101 0 1100010 100 1001110 1011111 110001

Color Harmonies of #AFF506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF506

Black with #AFF506

Text Example


Text Example

White with #AFF506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF506; }

 p { color: rgb(175,245,6); }

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

background-color css

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

 a { background-color: rgb(175,245,6); }

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

border-color css

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

 span { border-color: rgb(175,245,6); }

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