Html Css Color HEX #AFEE40 Green Yellow

📋 copy color: '#AFEE40'

red 175 ◦ green 238 ◦ blue 64

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

Shades of Green Yellow #AFEE40

Tints of Green Yellow #AFEE40

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.9%

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

R = 36.69%
G = 49.9%
B = 13.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#AFEE40 (or 0xAFEE40) is known color: Green Yellow. HEX triplet: AF, EE and 40. RGB value is (175,238,64). Sum of RGB (Red+Green+Blue) = 175+238+64=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 238 (93.36% from 255 or 49.90% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEE40 is #5011BF. Grayscale: #C7C7C7. Windows color (decimal): -5247424 or 4255407. OLE color: 4255407.

HSL color Cylindrical-coordinate representation of color #AFEE40: hue angle of 81.72º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFEE40 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 238 64 -
CMYK 0.26 0 0.73 0.07
HSL 81.72º 0.84% 0.59% -
HSV(B) 81.72º 0.73% 0.93% -
XYZ 49.18 70.63 15.89 -
YUV 199.33 51.63 110.65 -
System Red Green Blue C M Y K H S L
Decimal 175 238 64 0.26 0 0.73 0.07 81.72 0.84 0.59
Hex AF EE 40 1A 0 49 7 52 54 3B
Octal 257 356 100 32 0 111 7 122 124 73
Binary 10101111 11101110 1000000 11010 0 1001001 111 1010010 1010100 111011

Color Harmonies of #AFEE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEE40

Black with #AFEE40

Text Example


Text Example

White with #AFEE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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