Html Css Color HEX #AFEF2C Green Yellow

📋 copy color: '#AFEF2C'

red 175 ◦ green 239 ◦ blue 44

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

Shades of Green Yellow #AFEF2C

Tints of Green Yellow #AFEF2C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 52.18%

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

R = 38.21%
G = 52.18%
B = 9.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#AFEF2C (or 0xAFEF2C) is known color: Green Yellow. HEX triplet: AF, EF and 2C. RGB value is (175,239,44). Sum of RGB (Red+Green+Blue) = 175+239+44=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 239 (93.75% from 255 or 52.18% from 458); Blue value is 44 (17.58% from 255 or 9.61% from 458); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEF2C is #5010D3. Grayscale: #C6C6C6. Windows color (decimal): -5247188 or 2944943. OLE color: 2944943.

HSL color Cylindrical-coordinate representation of color #AFEF2C: hue angle of 79.69º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFEF2C is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 239 44 -
CMYK 0.27 0 0.82 0.06
HSL 79.69º 0.86% 0.55% -
HSV(B) 79.69º 0.82% 0.94% -
XYZ 49 71.03 13.51 -
YUV 197.63 41.3 111.86 -
System Red Green Blue C M Y K H S L
Decimal 175 239 44 0.27 0 0.82 0.06 79.69 0.86 0.55
Hex AF EF 2C 1B 0 52 6 50 56 37
Octal 257 357 54 33 0 122 6 120 126 67
Binary 10101111 11101111 101100 11011 0 1010010 110 1010000 1010110 110111

Color Harmonies of #AFEF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEF2C

Black with #AFEF2C

Text Example


Text Example

White with #AFEF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEF2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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