Html Css Color HEX #AFFF3F Green Yellow

📋 copy color: '#AFFF3F'

red 175 ◦ green 255 ◦ blue 63

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

Shades of Green Yellow #AFFF3F

Tints of Green Yellow #AFFF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.78%

R = 35.5%
G = 51.72%
B = 12.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#AFFF3F (or 0xAFFF3F) is known color: Green Yellow. HEX triplet: AF, FF and 3F. RGB value is (175,255,63). Sum of RGB (Red+Green+Blue) = 175+255+63=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 63 (25% from 255 or 12.78% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFF3F is #5000C0. Grayscale: #D1D1D1. Windows color (decimal): -5243073 or 4194223. OLE color: 4194223.

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

Color convert

RGB 175 255 63 -
CMYK 0.31 0 0.75 0
HSL 85º 1% 0.62% -
HSV(B) 85º 0.75% 1% -
XYZ 54.34 80.99 17.47 -
YUV 209.19 45.5 103.61 -
System Red Green Blue C M Y K H S L
Decimal 175 255 63 0.31 0 0.75 0 85 1 0.62
Hex AF FF 3F 1F 0 4B 0 55 64 3E
Octal 257 377 77 37 0 113 0 125 144 76
Binary 10101111 11111111 111111 11111 0 1001011 0 1010101 1100100 111110

Color Harmonies of #AFFF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF3F

Black with #AFFF3F

Text Example


Text Example

White with #AFFF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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