Html Css Color HEX #AFDC59 Conifer

📋 copy color: '#AFDC59'

red 175 ◦ green 220 ◦ blue 89

#AFDC59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #AFDC59

Tints of Conifer #AFDC59

RGB

 RED value IS 175 (68.75% from 255) = 36.16%

 GREEN value IS 220 (86.33% from 255) = 45.45%

 BLUE value IS 89 (35.16% from 255) = 18.39%

R = 36.16%
G = 45.45%
B = 18.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#AFDC59 (or 0xAFDC59) is known color: Conifer. HEX triplet: AF, DC and 59. RGB value is (175,220,89). Sum of RGB (Red+Green+Blue) = 175+220+89=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 89 (35.16% from 255 or 18.39% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC59 is #5023A6. Grayscale: #C0C0C0. Windows color (decimal): -5252007 or 5889199. OLE color: 5889199.

HSL color Cylindrical-coordinate representation of color #AFDC59: hue angle of 80.61º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFDC59 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 89 -
CMYK 0.20 0 0.60 0.14
HSL 80.61º 0.65% 0.61% -
HSV(B) 80.61º 0.6% 0.86% -
XYZ 45.08 61.02 18.85 -
YUV 191.61 70.09 116.15 -
System Red Green Blue C M Y K H S L
Decimal 175 220 89 0.20 0 0.60 0.14 80.61 0.65 0.61
Hex AF DC 59 14 0 3C E 51 41 3D
Octal 257 334 131 24 0 74 16 121 101 75
Binary 10101111 11011100 1011001 10100 0 111100 1110 1010001 1000001 111101

Color Harmonies of #AFDC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC59

Black with #AFDC59

Text Example


Text Example

White with #AFDC59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC59; }

 p { color: rgb(175,220,89); }

 H1.HeaderClassName
 {
   color: #AFDC59;
 }
 .AnyTagClassName
 {
   color: #AFDC59;
 }
</style>

background-color css

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

 a { background-color: rgb(175,220,89); }

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

border-color css

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

 span { border-color: rgb(175,220,89); }

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