Html Css Color HEX #AFF040 Green Yellow

📋 copy color: '#AFF040'

red 175 ◦ green 240 ◦ blue 64

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

Shades of Green Yellow #AFF040

Tints of Green Yellow #AFF040

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.1%

 BLUE value IS 64 (25.39% from 255) = 13.36%

R = 36.53%
G = 50.1%
B = 13.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#AFF040 (or 0xAFF040) is known color: Green Yellow. HEX triplet: AF, F0 and 40. RGB value is (175,240,64). Sum of RGB (Red+Green+Blue) = 175+240+64=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF040 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF040 is #500FBF. Grayscale: #C9C9C9. Windows color (decimal): -5246912 or 4255919. OLE color: 4255919.

HSL color Cylindrical-coordinate representation of color #AFF040: hue angle of 82.16º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFF040 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 64 -
CMYK 0.27 0 0.73 0.06
HSL 82.16º 0.85% 0.6% -
HSV(B) 82.16º 0.73% 0.94% -
XYZ 49.76 71.8 16.09 -
YUV 200.5 50.97 109.81 -
System Red Green Blue C M Y K H S L
Decimal 175 240 64 0.27 0 0.73 0.06 82.16 0.85 0.6
Hex AF F0 40 1B 0 49 6 52 55 3C
Octal 257 360 100 33 0 111 6 122 125 74
Binary 10101111 11110000 1000000 11011 0 1001001 110 1010010 1010101 111100

Color Harmonies of #AFF040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF040

Black with #AFF040

Text Example


Text Example

White with #AFF040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF040; }

 p { color: rgb(175,240,64); }

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

background-color css

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

 a { background-color: rgb(175,240,64); }

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

border-color css

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

 span { border-color: rgb(175,240,64); }

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