Html Css Color HEX #AFFE3A Green Yellow

📋 copy color: '#AFFE3A'

red 175 ◦ green 254 ◦ blue 58

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

Shades of Green Yellow #AFFE3A

Tints of Green Yellow #AFFE3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.91%

R = 35.93%
G = 52.16%
B = 11.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#AFFE3A (or 0xAFFE3A) is known color: Green Yellow. HEX triplet: AF, FE and 3A. RGB value is (175,254,58). Sum of RGB (Red+Green+Blue) = 175+254+58=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 58 (23.05% from 255 or 11.91% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE3A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFE3A is #5001C5. Grayscale: #D0D0D0. Windows color (decimal): -5243334 or 3866287. OLE color: 3866287.

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

Color convert

RGB 175 254 58 -
CMYK 0.31 0 0.77 0.00
HSL 84.18º 0.99% 0.61% -
HSV(B) 84.18º 0.77% 1% -
XYZ 53.88 80.3 16.66 -
YUV 208.04 43.33 104.44 -
System Red Green Blue C M Y K H S L
Decimal 175 254 58 0.31 0 0.77 0.00 84.18 0.99 0.61
Hex AF FE 3A 1F 0 4D 0 54 63 3D
Octal 257 376 72 37 0 115 0 124 143 75
Binary 10101111 11111110 111010 11111 0 1001101 0 1010100 1100011 111101

Color Harmonies of #AFFE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFE3A

Black with #AFFE3A

Text Example


Text Example

White with #AFFE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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