#AFD55F

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

Shades of Conifer #AFD55F

Tints of Conifer #AFD55F

Color information

#AFD55F (or 0xAFD55F) is unknown color: approx Conifer. HEX triplet: AF, D5 and 5F. RGB value is (175,213,95). Sum of RGB (Red+Green+Blue) = 175+213+95=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD55F is #502AA0. Grayscale: #BCBCBC. Windows color (decimal): -5253793 or 6280623. OLE color: 6280623.

HSL color Cylindrical-coordinate representation of color #AFD55F: hue angle of 79.32º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFD55F is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB17521395-
CMYK0.1800.550.16
HSL79.32º58.42%60.39%-
HSV(B)79.32º55.4%83.53%-
XYZ43.5457.5319.64-
YUV188.1975.41118.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 213 (83.59% from 255) = 44.10%
BLUE value IS 95 (37.5% from 255) = 19.67%
R=36.23%
G=44.10%
B=19.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal175213950.1800.550.1679.3258.4260.39
HexAFD55F12037104f3a3c
Octal25732513722067201177274
Binary10101111110101011011111100100110111100001001111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD55F; }

 p { color: rgb(175,213,95); }

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

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

 a { background-color: rgb(175,213,95); }

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

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

 span { border-color: rgb(175,213,95); }

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