Html Css Color HEX #AFF504 Spring Bud

📋 copy color: '#AFF504'

red 175 ◦ green 245 ◦ blue 4

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

Shades of Spring Bud #AFF504

Tints of Spring Bud #AFF504

RGB

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

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

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

R = 41.27%
G = 57.78%
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

#AFF504 (or 0xAFF504) is known color: Spring Bud. HEX triplet: AF, F5 and 04. RGB value is (175,245,4). Sum of RGB (Red+Green+Blue) = 175+245+4=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 245 (96.09% from 255 or 57.78% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF504 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF504 is #500AFB. Grayscale: #C5C5C5. Windows color (decimal): -5245692 or 325039. OLE color: 325039.

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

Color convert

RGB 175 245 4 -
CMYK 0.29 0 0.98 0.04
HSL 77.43º 0.97% 0.49% -
HSV(B) 77.43º 0.98% 0.96% -
XYZ 50.35 74.43 11.83 -
YUV 196.6 19.31 112.6 -
System Red Green Blue C M Y K H S L
Decimal 175 245 4 0.29 0 0.98 0.04 77.43 0.97 0.49
Hex AF F5 4 1D 0 62 4 4D 61 31
Octal 257 365 4 35 0 142 4 115 141 61
Binary 10101111 11110101 100 11101 0 1100010 100 1001101 1100001 110001

Color Harmonies of #AFF504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF504

Black with #AFF504

Text Example


Text Example

White with #AFF504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF504; }

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

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

background-color css

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

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

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

border-color css

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

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

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