#AFDD58

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

Shades of Conifer #AFDD58

Tints of Conifer #AFDD58

Color information

#AFDD58 (or 0xAFDD58) is unknown color: approx Conifer. HEX triplet: AF, DD and 58. RGB value is (175,221,88). Sum of RGB (Red+Green+Blue) = 175+221+88=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 88 (34.77% from 255 or 18.18% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD58 is #5022A7. Grayscale: #C0C0C0. Windows color (decimal): -5251752 or 5823919. OLE color: 5823919.

HSL color Cylindrical-coordinate representation of color #AFDD58: hue angle of 80.75º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFDD58 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB17522188-
CMYK0.2100.600.13
HSL80.75º66.17%60.59%-
HSV(B)80.75º60.18%86.67%-
XYZ45.361.5318.72-
YUV192.0869.26115.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 221 (86.72% from 255) = 45.66%
BLUE value IS 88 (34.77% from 255) = 18.18%
R=36.16%
G=45.66%
B=18.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175221880.2100.600.1380.7566.1760.59
HexAFDD581503CD51423d
Octal257335130250741512110275
Binary10101111110111011011000101010111100110110100011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDD58; }

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

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

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

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

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

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

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

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