Html Css Color HEX #AFEC34 Green Yellow

📋 copy color: '#AFEC34'

red 175 ◦ green 236 ◦ blue 52

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

Shades of Green Yellow #AFEC34

Tints of Green Yellow #AFEC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.23%

R = 37.8%
G = 50.97%
B = 11.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#AFEC34 (or 0xAFEC34) is known color: Green Yellow. HEX triplet: AF, EC and 34. RGB value is (175,236,52). Sum of RGB (Red+Green+Blue) = 175+236+52=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEC34 is #5013CB. Grayscale: #C5C5C5. Windows color (decimal): -5247948 or 3468463. OLE color: 3468463.

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

Color convert

RGB 175 236 52 -
CMYK 0.26 0 0.78 0.07
HSL 79.89º 0.83% 0.56% -
HSV(B) 79.89º 0.78% 0.93% -
XYZ 48.29 69.35 14.09 -
YUV 196.79 46.29 112.46 -
System Red Green Blue C M Y K H S L
Decimal 175 236 52 0.26 0 0.78 0.07 79.89 0.83 0.56
Hex AF EC 34 1A 0 4E 7 50 53 38
Octal 257 354 64 32 0 116 7 120 123 70
Binary 10101111 11101100 110100 11010 0 1001110 111 1010000 1010011 111000

Color Harmonies of #AFEC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC34

Black with #AFEC34

Text Example


Text Example

White with #AFEC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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