#AFE750

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

Shades of Conifer #AFE750

Tints of Conifer #AFE750

Color information

#AFE750 (or 0xAFE750) is unknown color: approx Conifer. HEX triplet: AF, E7 and 50. RGB value is (175,231,80). Sum of RGB (Red+Green+Blue) = 175+231+80=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 231 (90.62% from 255 or 47.53% from 486); Blue value is 80 (31.64% from 255 or 16.46% from 486); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE750 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE750 is #5018AF. Grayscale: #C5C5C5. Windows color (decimal): -5249200 or 5302191. OLE color: 5302191.

HSL color Cylindrical-coordinate representation of color #AFE750: hue angle of 82.25º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFE750 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB17523180-
CMYK0.2400.650.09
HSL82.25º75.88%60.98%-
HSV(B)82.25º65.37%90.59%-
XYZ47.766.8417.98-
YUV197.0461.95112.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 231 (90.62% from 255) = 47.53%
BLUE value IS 80 (31.64% from 255) = 16.46%
R=36.01%
G=47.53%
B=16.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal175231800.2400.650.0982.2575.8860.98
HexAFE750180419524c3d
Octal2573471203001011112211475
Binary101011111110011110100001100001000001100110100101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE750; }

 p { color: rgb(175,231,80); }

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

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

 a { background-color: rgb(175,231,80); }

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

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

 span { border-color: rgb(175,231,80); }

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