Html Css Color HEX #ADCF55 Conifer

📋 copy color: '#ADCF55'

red 173 ◦ green 207 ◦ blue 85

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

Shades of Conifer #ADCF55

Tints of Conifer #ADCF55

RGB

 RED value IS 173 (67.97% from 255) = 37.2%

 GREEN value IS 207 (81.25% from 255) = 44.52%

 BLUE value IS 85 (33.59% from 255) = 18.28%

R = 37.2%
G = 44.52%
B = 18.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#ADCF55 (or 0xADCF55) is known color: Conifer. HEX triplet: AD, CF and 55. RGB value is (173,207,85). Sum of RGB (Red+Green+Blue) = 173+207+85=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCF55 is #5230AA. Grayscale: #B7B7B7. Windows color (decimal): -5386411 or 5623725. OLE color: 5623725.

HSL color Cylindrical-coordinate representation of color #ADCF55: hue angle of 76.72º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADCF55 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 207 85 -
CMYK 0.16 0 0.59 0.19
HSL 76.72º 0.56% 0.57% -
HSV(B) 76.72º 0.59% 0.81% -
XYZ 41.19 54.17 16.88 -
YUV 182.93 72.74 120.92 -
System Red Green Blue C M Y K H S L
Decimal 173 207 85 0.16 0 0.59 0.19 76.72 0.56 0.57
Hex AD CF 55 10 0 3B 13 4D 38 39
Octal 255 317 125 20 0 73 23 115 70 71
Binary 10101101 11001111 1010101 10000 0 111011 10011 1001101 111000 111001

Color Harmonies of #ADCF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF55

Black with #ADCF55

Text Example


Text Example

White with #ADCF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF55; }

 p { color: rgb(173,207,85); }

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

background-color css

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

 a { background-color: rgb(173,207,85); }

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

border-color css

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

 span { border-color: rgb(173,207,85); }

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