Html Css Color HEX #AFFE1F Green Yellow

📋 copy color: '#AFFE1F'

red 175 ◦ green 254 ◦ blue 31

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

Shades of Green Yellow #AFFE1F

Tints of Green Yellow #AFFE1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.74%

R = 38.04%
G = 55.22%
B = 6.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#AFFE1F (or 0xAFFE1F) is known color: Green Yellow. HEX triplet: AF, FE and 1F. RGB value is (175,254,31). Sum of RGB (Red+Green+Blue) = 175+254+31=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 254 (99.61% from 255 or 55.22% from 460); Blue value is 31 (12.5% from 255 or 6.74% from 460); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFE1F is #5001E0. Grayscale: #CDCDCD. Windows color (decimal): -5243361 or 2096815. OLE color: 2096815.

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

Color convert

RGB 175 254 31 -
CMYK 0.31 0 0.88 0.00
HSL 81.26º 0.99% 0.56% -
HSV(B) 81.26º 0.88% 1% -
XYZ 53.37 80.1 13.94 -
YUV 204.96 29.83 106.63 -
System Red Green Blue C M Y K H S L
Decimal 175 254 31 0.31 0 0.88 0.00 81.26 0.99 0.56
Hex AF FE 1F 1F 0 58 0 51 63 38
Octal 257 376 37 37 0 130 0 121 143 70
Binary 10101111 11111110 11111 11111 0 1011000 0 1010001 1100011 111000

Color Harmonies of #AFFE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFE1F

Black with #AFFE1F

Text Example


Text Example

White with #AFFE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFE1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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