#AFFD58

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

Shades of Conifer #AFFD58

Tints of Conifer #AFFD58

Color information

#AFFD58 (or 0xAFFD58) is unknown color: approx Conifer. HEX triplet: AF, FD and 58. RGB value is (175,253,88). Sum of RGB (Red+Green+Blue) = 175+253+88=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 88 (34.77% from 255 or 17.05% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFD58 is #5002A7. Grayscale: #D3D3D3. Windows color (decimal): -5243560 or 5832111. OLE color: 5832111.

HSL color Cylindrical-coordinate representation of color #AFFD58: hue angle of 88.36º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFFD58 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB17525388-
CMYK0.3100.650.01
HSL88.36º97.63%66.86%-
HSV(B)88.36º65.22%99.22%-
XYZ54.5780.0721.81-
YUV210.8758.66102.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 253 (99.22% from 255) = 49.03%
BLUE value IS 88 (34.77% from 255) = 17.05%
R=33.91%
G=49.03%
B=17.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal175253880.3100.650.0188.3697.6366.86
HexAFFD581F0411586243
Octal2573751303701011130142103
Binary1010111111111101101100011111010000011101100011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFD58; }

 p { color: rgb(175,253,88); }

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

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

 a { background-color: rgb(175,253,88); }

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

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

 span { border-color: rgb(175,253,88); }

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