Html Css Color HEX #AFFE2E Green Yellow

📋 copy color: '#AFFE2E'

red 175 ◦ green 254 ◦ blue 46

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

Shades of Green Yellow #AFFE2E

Tints of Green Yellow #AFFE2E

RGB

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

 GREEN value IS 254 (99.61% from 255) = 53.47%

 BLUE value IS 46 (18.36% from 255) = 9.68%

R = 36.84%
G = 53.47%
B = 9.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#AFFE2E (or 0xAFFE2E) is known color: Green Yellow. HEX triplet: AF, FE and 2E. RGB value is (175,254,46). Sum of RGB (Red+Green+Blue) = 175+254+46=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 254 (99.61% from 255 or 53.47% from 475); Blue value is 46 (18.36% from 255 or 9.68% from 475); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE2E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFE2E is #5001D1. Grayscale: #CFCFCF. Windows color (decimal): -5243346 or 3079855. OLE color: 3079855.

HSL color Cylindrical-coordinate representation of color #AFFE2E: hue angle of 82.79º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFFE2E is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 254 46 -
CMYK 0.31 0 0.82 0.00
HSL 82.79º 0.99% 0.59% -
HSV(B) 82.79º 0.82% 1% -
XYZ 53.61 80.19 15.24 -
YUV 206.67 37.33 105.41 -
System Red Green Blue C M Y K H S L
Decimal 175 254 46 0.31 0 0.82 0.00 82.79 0.99 0.59
Hex AF FE 2E 1F 0 52 0 53 63 3B
Octal 257 376 56 37 0 122 0 123 143 73
Binary 10101111 11111110 101110 11111 0 1010010 0 1010011 1100011 111011

Color Harmonies of #AFFE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFE2E

Black with #AFFE2E

Text Example


Text Example

White with #AFFE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFE2E; }

 p { color: rgb(175,254,46); }

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

background-color css

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

 a { background-color: rgb(175,254,46); }

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

border-color css

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

 span { border-color: rgb(175,254,46); }

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