Html Css Color HEX #AFF42C Green Yellow

📋 copy color: '#AFF42C'

red 175 ◦ green 244 ◦ blue 44

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

Shades of Green Yellow #AFF42C

Tints of Green Yellow #AFF42C

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.7%

 BLUE value IS 44 (17.58% from 255) = 9.5%

R = 37.8%
G = 52.7%
B = 9.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#AFF42C (or 0xAFF42C) is known color: Green Yellow. HEX triplet: AF, F4 and 2C. RGB value is (175,244,44). Sum of RGB (Red+Green+Blue) = 175+244+44=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 244 (95.70% from 255 or 52.70% from 463); Blue value is 44 (17.58% from 255 or 9.50% from 463); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF42C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF42C is #500BD3. Grayscale: #C9C9C9. Windows color (decimal): -5245908 or 2946223. OLE color: 2946223.

HSL color Cylindrical-coordinate representation of color #AFF42C: hue angle of 80.7º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFF42C is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 244 44 -
CMYK 0.28 0 0.82 0.04
HSL 80.7º 0.9% 0.56% -
HSV(B) 80.7º 0.82% 0.96% -
XYZ 50.48 74 14 -
YUV 200.57 39.64 109.76 -
System Red Green Blue C M Y K H S L
Decimal 175 244 44 0.28 0 0.82 0.04 80.7 0.9 0.56
Hex AF F4 2C 1C 0 52 4 51 5A 38
Octal 257 364 54 34 0 122 4 121 132 70
Binary 10101111 11110100 101100 11100 0 1010010 100 1010001 1011010 111000

Color Harmonies of #AFF42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF42C

Black with #AFF42C

Text Example


Text Example

White with #AFF42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF42C; }

 p { color: rgb(175,244,44); }

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

background-color css

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

 a { background-color: rgb(175,244,44); }

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

border-color css

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

 span { border-color: rgb(175,244,44); }

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