Html Css Color HEX #AFDC65 Conifer

📋 copy color: '#AFDC65'

red 175 ◦ green 220 ◦ blue 101

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

Shades of Conifer #AFDC65

Tints of Conifer #AFDC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.36%

R = 35.28%
G = 44.35%
B = 20.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#AFDC65 (or 0xAFDC65) is known color: Conifer. HEX triplet: AF, DC and 65. RGB value is (175,220,101). Sum of RGB (Red+Green+Blue) = 175+220+101=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC65 is #50239A. Grayscale: #C1C1C1. Windows color (decimal): -5251995 or 6675631. OLE color: 6675631.

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

Color convert

RGB 175 220 101 -
CMYK 0.20 0 0.54 0.14
HSL 82.69º 0.63% 0.63% -
HSV(B) 82.69º 0.54% 0.86% -
XYZ 45.62 61.24 21.73 -
YUV 192.98 76.09 115.18 -
System Red Green Blue C M Y K H S L
Decimal 175 220 101 0.20 0 0.54 0.14 82.69 0.63 0.63
Hex AF DC 65 14 0 36 E 53 3F 3F
Octal 257 334 145 24 0 66 16 123 77 77
Binary 10101111 11011100 1100101 10100 0 110110 1110 1010011 111111 111111

Color Harmonies of #AFDC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC65

Black with #AFDC65

Text Example


Text Example

White with #AFDC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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