Html Css Color HEX #AFFE3E Green Yellow

📋 copy color: '#AFFE3E'

red 175 ◦ green 254 ◦ blue 62

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

Shades of Green Yellow #AFFE3E

Tints of Green Yellow #AFFE3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.63%

R = 35.64%
G = 51.73%
B = 12.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#AFFE3E (or 0xAFFE3E) is known color: Green Yellow. HEX triplet: AF, FE and 3E. RGB value is (175,254,62). Sum of RGB (Red+Green+Blue) = 175+254+62=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 62 (24.61% from 255 or 12.63% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFE3E is #5001C1. Grayscale: #D1D1D1. Windows color (decimal): -5243330 or 4128431. OLE color: 4128431.

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

Color convert

RGB 175 254 62 -
CMYK 0.31 0 0.76 0.00
HSL 84.69º 0.99% 0.62% -
HSV(B) 84.69º 0.76% 1% -
XYZ 53.99 80.35 17.22 -
YUV 208.49 45.33 104.11 -
System Red Green Blue C M Y K H S L
Decimal 175 254 62 0.31 0 0.76 0.00 84.69 0.99 0.62
Hex AF FE 3E 1F 0 4C 0 55 63 3E
Octal 257 376 76 37 0 114 0 125 143 76
Binary 10101111 11111110 111110 11111 0 1001100 0 1010101 1100011 111110

Color Harmonies of #AFFE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFE3E

Black with #AFFE3E

Text Example


Text Example

White with #AFFE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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