Html Css Color HEX #AFFC20 Green Yellow

📋 copy color: '#AFFC20'

red 175 ◦ green 252 ◦ blue 32

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

Shades of Green Yellow #AFFC20

Tints of Green Yellow #AFFC20

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.9%

 BLUE value IS 32 (12.89% from 255) = 6.97%

R = 38.13%
G = 54.9%
B = 6.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#AFFC20 (or 0xAFFC20) is known color: Green Yellow. HEX triplet: AF, FC and 20. RGB value is (175,252,32). Sum of RGB (Red+Green+Blue) = 175+252+32=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 252 (98.83% from 255 or 54.90% from 459); Blue value is 32 (12.89% from 255 or 6.97% from 459); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFC20 is #5003DF. Grayscale: #CCCCCC. Windows color (decimal): -5243872 or 2161839. OLE color: 2161839.

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

Color convert

RGB 175 252 32 -
CMYK 0.31 0 0.87 0.01
HSL 81º 0.97% 0.56% -
HSV(B) 81º 0.87% 0.99% -
XYZ 52.75 78.84 13.8 -
YUV 203.9 30.99 107.39 -
System Red Green Blue C M Y K H S L
Decimal 175 252 32 0.31 0 0.87 0.01 81 0.97 0.56
Hex AF FC 20 1F 0 57 1 51 61 38
Octal 257 374 40 37 0 127 1 121 141 70
Binary 10101111 11111100 100000 11111 0 1010111 1 1010001 1100001 111000

Color Harmonies of #AFFC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC20

Black with #AFFC20

Text Example


Text Example

White with #AFFC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC20; }

 p { color: rgb(175,252,32); }

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

background-color css

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

 a { background-color: rgb(175,252,32); }

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

border-color css

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

 span { border-color: rgb(175,252,32); }

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