Html Css Color HEX #AFF73F Green Yellow

📋 copy color: '#AFF73F'

red 175 ◦ green 247 ◦ blue 63

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

Shades of Green Yellow #AFF73F

Tints of Green Yellow #AFF73F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.93%

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

R = 36.08%
G = 50.93%
B = 12.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#AFF73F (or 0xAFF73F) is known color: Green Yellow. HEX triplet: AF, F7 and 3F. RGB value is (175,247,63). Sum of RGB (Red+Green+Blue) = 175+247+63=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 63 (25% from 255 or 12.99% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF73F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF73F is #5008C0. Grayscale: #CDCDCD. Windows color (decimal): -5245121 or 4192175. OLE color: 4192175.

HSL color Cylindrical-coordinate representation of color #AFF73F: hue angle of 83.48º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFF73F is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 247 63 -
CMYK 0.29 0 0.74 0.03
HSL 83.48º 0.92% 0.61% -
HSV(B) 83.48º 0.74% 0.97% -
XYZ 51.84 75.99 16.64 -
YUV 204.5 48.15 106.96 -
System Red Green Blue C M Y K H S L
Decimal 175 247 63 0.29 0 0.74 0.03 83.48 0.92 0.61
Hex AF F7 3F 1D 0 4A 3 53 5C 3D
Octal 257 367 77 35 0 112 3 123 134 75
Binary 10101111 11110111 111111 11101 0 1001010 11 1010011 1011100 111101

Color Harmonies of #AFF73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF73F

Black with #AFF73F

Text Example


Text Example

White with #AFF73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF73F; }

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

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

background-color css

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

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

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

border-color css

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

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

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