Html Css Color HEX #AFEC32 Green Yellow

📋 copy color: '#AFEC32'

red 175 ◦ green 236 ◦ blue 50

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

Shades of Green Yellow #AFEC32

Tints of Green Yellow #AFEC32

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.19%

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

R = 37.96%
G = 51.19%
B = 10.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#AFEC32 (or 0xAFEC32) is known color: Green Yellow. HEX triplet: AF, EC and 32. RGB value is (175,236,50). Sum of RGB (Red+Green+Blue) = 175+236+50=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 236 (92.58% from 255 or 51.19% from 461); Blue value is 50 (19.92% from 255 or 10.85% from 461); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEC32 is #5013CD. Grayscale: #C5C5C5. Windows color (decimal): -5247950 or 3337391. OLE color: 3337391.

HSL color Cylindrical-coordinate representation of color #AFEC32: hue angle of 79.68º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFEC32 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 236 50 -
CMYK 0.26 0 0.79 0.07
HSL 79.68º 0.83% 0.56% -
HSV(B) 79.68º 0.79% 0.93% -
XYZ 48.25 69.34 13.86 -
YUV 196.56 45.29 112.62 -
System Red Green Blue C M Y K H S L
Decimal 175 236 50 0.26 0 0.79 0.07 79.68 0.83 0.56
Hex AF EC 32 1A 0 4F 7 50 53 38
Octal 257 354 62 32 0 117 7 120 123 70
Binary 10101111 11101100 110010 11010 0 1001111 111 1010000 1010011 111000

Color Harmonies of #AFEC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC32

Black with #AFEC32

Text Example


Text Example

White with #AFEC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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