Html Css Color HEX #AFF224 Green Yellow

📋 copy color: '#AFF224'

red 175 ◦ green 242 ◦ blue 36

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

Shades of Green Yellow #AFF224

Tints of Green Yellow #AFF224

RGB

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

 GREEN value IS 242 (94.92% from 255) = 53.42%

 BLUE value IS 36 (14.45% from 255) = 7.95%

R = 38.63%
G = 53.42%
B = 7.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#AFF224 (or 0xAFF224) is known color: Green Yellow. HEX triplet: AF, F2 and 24. RGB value is (175,242,36). Sum of RGB (Red+Green+Blue) = 175+242+36=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 242 (94.92% from 255 or 53.42% from 453); Blue value is 36 (14.45% from 255 or 7.95% from 453); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF224 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF224 is #500DDB. Grayscale: #C7C7C7. Windows color (decimal): -5246428 or 2421423. OLE color: 2421423.

HSL color Cylindrical-coordinate representation of color #AFF224: hue angle of 79.51º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFF224 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 36 -
CMYK 0.28 0 0.85 0.05
HSL 79.51º 0.89% 0.55% -
HSV(B) 79.51º 0.85% 0.95% -
XYZ 49.75 72.75 13.09 -
YUV 198.48 36.3 111.25 -
System Red Green Blue C M Y K H S L
Decimal 175 242 36 0.28 0 0.85 0.05 79.51 0.89 0.55
Hex AF F2 24 1C 0 55 5 50 59 37
Octal 257 362 44 34 0 125 5 120 131 67
Binary 10101111 11110010 100100 11100 0 1010101 101 1010000 1011001 110111

Color Harmonies of #AFF224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF224

Black with #AFF224

Text Example


Text Example

White with #AFF224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF224; }

 p { color: rgb(175,242,36); }

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

background-color css

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

 a { background-color: rgb(175,242,36); }

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

border-color css

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

 span { border-color: rgb(175,242,36); }

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