Html Css Color HEX #ADCF50 Conifer

📋 copy color: '#ADCF50'

red 173 ◦ green 207 ◦ blue 80

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

Shades of Conifer #ADCF50

Tints of Conifer #ADCF50

RGB

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

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

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

R = 37.61%
G = 45%
B = 17.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#ADCF50 (or 0xADCF50) is known color: Conifer. HEX triplet: AD, CF and 50. RGB value is (173,207,80). Sum of RGB (Red+Green+Blue) = 173+207+80=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCF50 is #5230AF. Grayscale: #B6B6B6. Windows color (decimal): -5386416 or 5296045. OLE color: 5296045.

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

Color convert

RGB 173 207 80 -
CMYK 0.16 0 0.61 0.19
HSL 76.06º 0.57% 0.56% -
HSV(B) 76.06º 0.61% 0.81% -
XYZ 40.99 54.09 15.87 -
YUV 182.36 70.24 121.33 -
System Red Green Blue C M Y K H S L
Decimal 173 207 80 0.16 0 0.61 0.19 76.06 0.57 0.56
Hex AD CF 50 10 0 3D 13 4C 39 38
Octal 255 317 120 20 0 75 23 114 71 70
Binary 10101101 11001111 1010000 10000 0 111101 10011 1001100 111001 111000

Color Harmonies of #ADCF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF50

Black with #ADCF50

Text Example


Text Example

White with #ADCF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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