Html Css Color HEX #AFF604 Spring Bud

📋 copy color: '#AFF604'

red 175 ◦ green 246 ◦ blue 4

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

Shades of Spring Bud #AFF604

Tints of Spring Bud #AFF604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.94%

R = 41.18%
G = 57.88%
B = 0.94%

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

#AFF604 (or 0xAFF604) is known color: Spring Bud. HEX triplet: AF, F6 and 04. RGB value is (175,246,4). Sum of RGB (Red+Green+Blue) = 175+246+4=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 246 (96.48% from 255 or 57.88% from 425); Blue value is 4 (1.95% from 255 or 0.94% from 425); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF604 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF604 is #5009FB. Grayscale: #C6C6C6. Windows color (decimal): -5245436 or 325295. OLE color: 325295.

HSL color Cylindrical-coordinate representation of color #AFF604: hue angle of 77.6º degrees, saturation: 0.97, 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 #AFF604 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 4 -
CMYK 0.29 0 0.98 0.04
HSL 77.6º 0.97% 0.49% -
HSV(B) 77.6º 0.98% 0.96% -
XYZ 50.66 75.03 11.93 -
YUV 197.18 18.98 112.18 -
System Red Green Blue C M Y K H S L
Decimal 175 246 4 0.29 0 0.98 0.04 77.6 0.97 0.49
Hex AF F6 4 1D 0 62 4 4E 61 31
Octal 257 366 4 35 0 142 4 116 141 61
Binary 10101111 11110110 100 11101 0 1100010 100 1001110 1100001 110001

Color Harmonies of #AFF604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF604

Black with #AFF604

Text Example


Text Example

White with #AFF604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF604; }

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

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

background-color css

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

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

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

border-color css

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

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

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