Html Css Color HEX #ABCD50 Conifer

📋 copy color: '#ABCD50'

red 171 ◦ green 205 ◦ blue 80

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

Shades of Conifer #ABCD50

Tints of Conifer #ABCD50

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.96%

 BLUE value IS 80 (31.64% from 255) = 17.54%

R = 37.5%
G = 44.96%
B = 17.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#ABCD50 (or 0xABCD50) is known color: Conifer. HEX triplet: AB, CD and 50. RGB value is (171,205,80). Sum of RGB (Red+Green+Blue) = 171+205+80=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCD50 is #5432AF. Grayscale: #B5B5B5. Windows color (decimal): -5518000 or 5295531. OLE color: 5295531.

HSL color Cylindrical-coordinate representation of color #ABCD50: hue angle of 76.32º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ABCD50 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 80 -
CMYK 0.17 0 0.61 0.20
HSL 76.32º 0.56% 0.56% -
HSV(B) 76.32º 0.61% 0.8% -
XYZ 40.07 52.9 15.69 -
YUV 180.58 71.24 121.16 -
System Red Green Blue C M Y K H S L
Decimal 171 205 80 0.17 0 0.61 0.20 76.32 0.56 0.56
Hex AB CD 50 11 0 3D 14 4C 38 38
Octal 253 315 120 21 0 75 24 114 70 70
Binary 10101011 11001101 1010000 10001 0 111101 10100 1001100 111000 111000

Color Harmonies of #ABCD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCD50

Black with #ABCD50

Text Example


Text Example

White with #ABCD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCD50; }

 p { color: rgb(171,205,80); }

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

background-color css

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

 a { background-color: rgb(171,205,80); }

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

border-color css

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

 span { border-color: rgb(171,205,80); }

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