Html Css Color HEX #AFFE32 Green Yellow

📋 copy color: '#AFFE32'

red 175 ◦ green 254 ◦ blue 50

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

Shades of Green Yellow #AFFE32

Tints of Green Yellow #AFFE32

RGB

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

 GREEN value IS 254 (99.61% from 255) = 53.03%

 BLUE value IS 50 (19.92% from 255) = 10.44%

R = 36.53%
G = 53.03%
B = 10.44%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#AFFE32 (or 0xAFFE32) is known color: Green Yellow. HEX triplet: AF, FE and 32. RGB value is (175,254,50). Sum of RGB (Red+Green+Blue) = 175+254+50=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 254 (99.61% from 255 or 53.03% from 479); Blue value is 50 (19.92% from 255 or 10.44% from 479); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFE32 is #5001CD. Grayscale: #CFCFCF. Windows color (decimal): -5243342 or 3341999. OLE color: 3341999.

HSL color Cylindrical-coordinate representation of color #AFFE32: hue angle of 83.24º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFFE32 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 254 50 -
CMYK 0.31 0 0.80 0.00
HSL 83.24º 0.99% 0.6% -
HSV(B) 83.24º 0.8% 1% -
XYZ 53.7 80.23 15.67 -
YUV 207.12 39.33 105.09 -
System Red Green Blue C M Y K H S L
Decimal 175 254 50 0.31 0 0.80 0.00 83.24 0.99 0.6
Hex AF FE 32 1F 0 50 0 53 63 3C
Octal 257 376 62 37 0 120 0 123 143 74
Binary 10101111 11111110 110010 11111 0 1010000 0 1010011 1100011 111100

Color Harmonies of #AFFE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFE32

Black with #AFFE32

Text Example


Text Example

White with #AFFE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFE32; }

 p { color: rgb(175,254,50); }

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

background-color css

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

 a { background-color: rgb(175,254,50); }

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

border-color css

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

 span { border-color: rgb(175,254,50); }

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