Html Css Color HEX #ABDC41 Conifer

📋 copy color: '#ABDC41'

red 171 ◦ green 220 ◦ blue 65

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

Shades of Conifer #ABDC41

Tints of Conifer #ABDC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.25%

R = 37.5%
G = 48.25%
B = 14.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#ABDC41 (or 0xABDC41) is known color: Conifer. HEX triplet: AB, DC and 41. RGB value is (171,220,65). Sum of RGB (Red+Green+Blue) = 171+220+65=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC41 is #5423BE. Grayscale: #BCBCBC. Windows color (decimal): -5514175 or 4316331. OLE color: 4316331.

HSL color Cylindrical-coordinate representation of color #ABDC41: hue angle of 78.97º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABDC41 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 220 65 -
CMYK 0.22 0 0.70 0.14
HSL 78.97º 0.69% 0.56% -
HSV(B) 78.97º 0.7% 0.86% -
XYZ 43.34 60.23 14.34 -
YUV 187.68 58.77 116.1 -
System Red Green Blue C M Y K H S L
Decimal 171 220 65 0.22 0 0.70 0.14 78.97 0.69 0.56
Hex AB DC 41 16 0 46 E 4F 45 38
Octal 253 334 101 26 0 106 16 117 105 70
Binary 10101011 11011100 1000001 10110 0 1000110 1110 1001111 1000101 111000

Color Harmonies of #ABDC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC41

Black with #ABDC41

Text Example


Text Example

White with #ABDC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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