#AFEB61

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

Shades of Conifer #AFEB61

Tints of Conifer #AFEB61

Color information

#AFEB61 (or 0xAFEB61) is unknown color: approx Conifer. HEX triplet: AF, EB and 61. RGB value is (175,235,97). Sum of RGB (Red+Green+Blue) = 175+235+97=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 97 (38.28% from 255 or 19.13% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEB61 is #50149E. Grayscale: #C9C9C9. Windows color (decimal): -5248159 or 6417327. OLE color: 6417327.

HSL color Cylindrical-coordinate representation of color #AFEB61: hue angle of 86.09º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFEB61 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB17523597-
CMYK0.2600.590.08
HSL86.09º77.53%65.1%-
HSV(B)86.09º58.72%92.16%-
XYZ49.5569.3922.09-
YUV201.3369.12109.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 235 (92.19% from 255) = 46.35%
BLUE value IS 97 (38.28% from 255) = 19.13%
R=34.52%
G=46.35%
B=19.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal175235970.2600.590.0886.0977.5365.1
HexAFEB611A03B8564e41
Octal2573531413207310126116101
Binary101011111110101111000011101001110111000101011010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEB61; }

 p { color: rgb(175,235,97); }

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

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

 a { background-color: rgb(175,235,97); }

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

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

 span { border-color: rgb(175,235,97); }

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