Html Css Color HEX #ABDC65 Conifer

📋 copy color: '#ABDC65'

red 171 ◦ green 220 ◦ blue 101

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

Shades of Conifer #ABDC65

Tints of Conifer #ABDC65

RGB

 RED value IS 171 (67.19% from 255) = 34.76%

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

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

R = 34.76%
G = 44.72%
B = 20.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#ABDC65 (or 0xABDC65) is known color: Conifer. HEX triplet: AB, DC and 65. RGB value is (171,220,101). Sum of RGB (Red+Green+Blue) = 171+220+101=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC65 is #54239A. Grayscale: #C0C0C0. Windows color (decimal): -5514139 or 6675627. OLE color: 6675627.

HSL color Cylindrical-coordinate representation of color #ABDC65: hue angle of 84.71º 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 #ABDC65 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 220 101 -
CMYK 0.22 0 0.54 0.14
HSL 84.71º 0.63% 0.63% -
HSV(B) 84.71º 0.54% 0.86% -
XYZ 44.74 60.78 21.69 -
YUV 191.78 76.77 113.18 -
System Red Green Blue C M Y K H S L
Decimal 171 220 101 0.22 0 0.54 0.14 84.71 0.63 0.63
Hex AB DC 65 16 0 36 E 55 3F 3F
Octal 253 334 145 26 0 66 16 125 77 77
Binary 10101011 11011100 1100101 10110 0 110110 1110 1010101 111111 111111

Color Harmonies of #ABDC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC65

Black with #ABDC65

Text Example


Text Example

White with #ABDC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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