Html Css Color HEX #AFFF1F Green Yellow

📋 copy color: '#AFFF1F'

red 175 ◦ green 255 ◦ blue 31

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

Shades of Green Yellow #AFFF1F

Tints of Green Yellow #AFFF1F

RGB

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

 GREEN value IS 255 (100% from 255) = 55.31%

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

R = 37.96%
G = 55.31%
B = 6.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#AFFF1F (or 0xAFFF1F) is known color: Green Yellow. HEX triplet: AF, FF and 1F. RGB value is (175,255,31). Sum of RGB (Red+Green+Blue) = 175+255+31=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 255 (100% from 255 or 55.31% from 461); Blue value is 31 (12.5% from 255 or 6.72% from 461); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFF1F is #5000E0. Grayscale: #CECECE. Windows color (decimal): -5243105 or 2097071. OLE color: 2097071.

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

Color convert

RGB 175 255 31 -
CMYK 0.31 0 0.88 0
HSL 81.43º 1% 0.56% -
HSV(B) 81.43º 0.88% 1% -
XYZ 53.69 80.73 14.05 -
YUV 205.54 29.5 106.21 -
System Red Green Blue C M Y K H S L
Decimal 175 255 31 0.31 0 0.88 0 81.43 1 0.56
Hex AF FF 1F 1F 0 58 0 51 64 38
Octal 257 377 37 37 0 130 0 121 144 70
Binary 10101111 11111111 11111 11111 0 1011000 0 1010001 1100100 111000

Color Harmonies of #AFFF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF1F

Black with #AFFF1F

Text Example


Text Example

White with #AFFF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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