Html Css Color HEX #AFF63F Green Yellow

📋 copy color: '#AFF63F'

red 175 ◦ green 246 ◦ blue 63

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

Shades of Green Yellow #AFF63F

Tints of Green Yellow #AFF63F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.83%

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

R = 36.16%
G = 50.83%
B = 13.02%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#AFF63F (or 0xAFF63F) is known color: Green Yellow. HEX triplet: AF, F6 and 3F. RGB value is (175,246,63). Sum of RGB (Red+Green+Blue) = 175+246+63=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 246 (96.48% from 255 or 50.83% from 484); Blue value is 63 (25% from 255 or 13.02% from 484); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF63F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF63F is #5009C0. Grayscale: #CCCCCC. Windows color (decimal): -5245377 or 4191919. OLE color: 4191919.

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

Color convert

RGB 175 246 63 -
CMYK 0.29 0 0.74 0.04
HSL 83.28º 0.91% 0.61% -
HSV(B) 83.28º 0.74% 0.96% -
XYZ 51.53 75.38 16.54 -
YUV 203.91 48.48 107.38 -
System Red Green Blue C M Y K H S L
Decimal 175 246 63 0.29 0 0.74 0.04 83.28 0.91 0.61
Hex AF F6 3F 1D 0 4A 4 53 5B 3D
Octal 257 366 77 35 0 112 4 123 133 75
Binary 10101111 11110110 111111 11101 0 1001010 100 1010011 1011011 111101

Color Harmonies of #AFF63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF63F

Black with #AFF63F

Text Example


Text Example

White with #AFF63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF63F; }

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

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

background-color css

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

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

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

border-color css

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

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

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