Html Css Color HEX #AFEC28 Green Yellow

📋 copy color: '#AFEC28'

red 175 ◦ green 236 ◦ blue 40

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

Shades of Green Yellow #AFEC28

Tints of Green Yellow #AFEC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.87%

R = 38.8%
G = 52.33%
B = 8.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#AFEC28 (or 0xAFEC28) is known color: Green Yellow. HEX triplet: AF, EC and 28. RGB value is (175,236,40). Sum of RGB (Red+Green+Blue) = 175+236+40=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 236 (92.58% from 255 or 52.33% from 451); Blue value is 40 (16.02% from 255 or 8.87% from 451); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEC28 is #5013D7. Grayscale: #C4C4C4. Windows color (decimal): -5247960 or 2682031. OLE color: 2682031.

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

Color convert

RGB 175 236 40 -
CMYK 0.26 0 0.83 0.07
HSL 78.67º 0.84% 0.54% -
HSV(B) 78.67º 0.83% 0.93% -
XYZ 48.06 69.26 12.84 -
YUV 195.42 40.29 113.44 -
System Red Green Blue C M Y K H S L
Decimal 175 236 40 0.26 0 0.83 0.07 78.67 0.84 0.54
Hex AF EC 28 1A 0 53 7 4F 54 36
Octal 257 354 50 32 0 123 7 117 124 66
Binary 10101111 11101100 101000 11010 0 1010011 111 1001111 1010100 110110

Color Harmonies of #AFEC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC28

Black with #AFEC28

Text Example


Text Example

White with #AFEC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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