#AFEF35

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

Shades of Green Yellow #AFEF35

Tints of Green Yellow #AFEF35

Color information

#AFEF35 (or 0xAFEF35) is unknown color: approx Green Yellow. HEX triplet: AF, EF and 35. RGB value is (175,239,53). Sum of RGB (Red+Green+Blue) = 175+239+53=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 239 (93.75% from 255 or 51.18% from 467); Blue value is 53 (21.09% from 255 or 11.35% from 467); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF35 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEF35 is #5010CA. Grayscale: #C7C7C7. Windows color (decimal): -5247179 or 3534767. OLE color: 3534767.

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

Color convert

RGB17523953-
CMYK0.2700.780.06
HSL80.65º85.32%57.25%-
HSV(B)80.65º77.82%93.73%-
XYZ49.1971.114.5-
YUV198.6645.8111.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 239 (93.75% from 255) = 51.18%
BLUE value IS 53 (21.09% from 255) = 11.35%
R=37.47%
G=51.18%
B=11.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal175239530.2700.780.0680.6585.3257.25
HexAFEF351B04E6515539
Octal25735765330116612112571
Binary1010111111101111110101110110100111011010100011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEF35; }

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

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

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

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

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

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

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

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