#AFED34

Color #AFED34 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #AFED34

Tints of Green Yellow #AFED34

Color information

#AFED34 (or 0xAFED34) is unknown color: approx Green Yellow. HEX triplet: AF, ED and 34. RGB value is (175,237,52). Sum of RGB (Red+Green+Blue) = 175+237+52=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 52 (20.70% from 255 or 11.21% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFED34 is #5012CB. Grayscale: #C6C6C6. Windows color (decimal): -5247692 or 3468719. OLE color: 3468719.

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

Color convert

RGB17523752-
CMYK0.2600.780.07
HSL80.11º83.71%56.67%-
HSV(B)80.11º78.06%92.94%-
XYZ48.5869.9314.19-
YUV197.3745.96112.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 237 (92.97% from 255) = 51.08%
BLUE value IS 52 (20.70% from 255) = 11.21%
R=37.72%
G=51.08%
B=11.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal175237520.2600.780.0780.1183.7156.67
HexAFED341A04E7505439
Octal25735564320116712012471
Binary1010111111101101110100110100100111011110100001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFED34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFED34; }

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

 H1.HeaderClassName
 {
   color: #AFED34;
 }
 .AnyTagClassName
 {
   color: #AFED34;
 }
</style>
background-color css

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

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

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

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

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

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