Html Css Color HEX #AFFD32 Green Yellow

📋 copy color: '#AFFD32'

red 175 ◦ green 253 ◦ blue 50

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

Shades of Green Yellow #AFFD32

Tints of Green Yellow #AFFD32

RGB

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

 GREEN value IS 253 (99.22% from 255) = 52.93%

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

R = 36.61%
G = 52.93%
B = 10.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#AFFD32 (or 0xAFFD32) is known color: Green Yellow. HEX triplet: AF, FD and 32. RGB value is (175,253,50). Sum of RGB (Red+Green+Blue) = 175+253+50=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 253 (99.22% from 255 or 52.93% from 478); Blue value is 50 (19.92% from 255 or 10.46% from 478); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFD32 is #5002CD. Grayscale: #CFCFCF. Windows color (decimal): -5243598 or 3341743. OLE color: 3341743.

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

Color convert

RGB 175 253 50 -
CMYK 0.31 0 0.80 0.01
HSL 83.05º 0.98% 0.59% -
HSV(B) 83.05º 0.8% 0.99% -
XYZ 53.38 79.59 15.57 -
YUV 206.54 39.66 105.51 -
System Red Green Blue C M Y K H S L
Decimal 175 253 50 0.31 0 0.80 0.01 83.05 0.98 0.59
Hex AF FD 32 1F 0 50 1 53 62 3B
Octal 257 375 62 37 0 120 1 123 142 73
Binary 10101111 11111101 110010 11111 0 1010000 1 1010011 1100010 111011

Color Harmonies of #AFFD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFD32

Black with #AFFD32

Text Example


Text Example

White with #AFFD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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