Html Css Color HEX #AFFE21 Green Yellow

📋 copy color: '#AFFE21'

red 175 ◦ green 254 ◦ blue 33

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

Shades of Green Yellow #AFFE21

Tints of Green Yellow #AFFE21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.14%

R = 37.88%
G = 54.98%
B = 7.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#AFFE21 (or 0xAFFE21) is known color: Green Yellow. HEX triplet: AF, FE and 21. RGB value is (175,254,33). Sum of RGB (Red+Green+Blue) = 175+254+33=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 254 (99.61% from 255 or 54.98% from 462); Blue value is 33 (13.28% from 255 or 7.14% from 462); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE21 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFE21 is #5001DE. Grayscale: #CDCDCD. Windows color (decimal): -5243359 or 2227887. OLE color: 2227887.

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

Color convert

RGB 175 254 33 -
CMYK 0.31 0 0.87 0.00
HSL 81.45º 0.99% 0.56% -
HSV(B) 81.45º 0.87% 1% -
XYZ 53.4 80.11 14.09 -
YUV 205.19 30.83 106.47 -
System Red Green Blue C M Y K H S L
Decimal 175 254 33 0.31 0 0.87 0.00 81.45 0.99 0.56
Hex AF FE 21 1F 0 57 0 51 63 38
Octal 257 376 41 37 0 127 0 121 143 70
Binary 10101111 11111110 100001 11111 0 1010111 0 1010001 1100011 111000

Color Harmonies of #AFFE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFE21

Black with #AFFE21

Text Example


Text Example

White with #AFFE21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFE21; }

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

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

background-color css

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

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

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

border-color css

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

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

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