Html Css Color HEX #AFFF46 Green Yellow

📋 copy color: '#AFFF46'

red 175 ◦ green 255 ◦ blue 70

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

Shades of Green Yellow #AFFF46

Tints of Green Yellow #AFFF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14%

R = 35%
G = 51%
B = 14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#AFFF46 (or 0xAFFF46) is known color: Green Yellow. HEX triplet: AF, FF and 46. RGB value is (175,255,70). Sum of RGB (Red+Green+Blue) = 175+255+70=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 70 (27.73% from 255 or 14% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFF46 is #5000B9. Grayscale: #D2D2D2. Windows color (decimal): -5243066 or 4652975. OLE color: 4652975.

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

Color convert

RGB 175 255 70 -
CMYK 0.31 0 0.73 0
HSL 85.95º 1% 0.64% -
HSV(B) 85.95º 0.73% 1% -
XYZ 54.54 81.08 18.57 -
YUV 209.99 49 103.04 -
System Red Green Blue C M Y K H S L
Decimal 175 255 70 0.31 0 0.73 0 85.95 1 0.64
Hex AF FF 46 1F 0 49 0 56 64 40
Octal 257 377 106 37 0 111 0 126 144 100
Binary 10101111 11111111 1000110 11111 0 1001001 0 1010110 1100100 1000000

Color Harmonies of #AFFF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF46

Black with #AFFF46

Text Example


Text Example

White with #AFFF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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