Html Css Color HEX #ADCF52 Conifer

📋 copy color: '#ADCF52'

red 173 ◦ green 207 ◦ blue 82

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

Shades of Conifer #ADCF52

Tints of Conifer #ADCF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.75%

R = 37.45%
G = 44.81%
B = 17.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#ADCF52 (or 0xADCF52) is known color: Conifer. HEX triplet: AD, CF and 52. RGB value is (173,207,82). Sum of RGB (Red+Green+Blue) = 173+207+82=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCF52 is #5230AD. Grayscale: #B7B7B7. Windows color (decimal): -5386414 or 5427117. OLE color: 5427117.

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

Color convert

RGB 173 207 82 -
CMYK 0.16 0 0.60 0.19
HSL 76.32º 0.57% 0.57% -
HSV(B) 76.32º 0.6% 0.81% -
XYZ 41.07 54.12 16.26 -
YUV 182.58 71.24 121.16 -
System Red Green Blue C M Y K H S L
Decimal 173 207 82 0.16 0 0.60 0.19 76.32 0.57 0.57
Hex AD CF 52 10 0 3C 13 4C 39 39
Octal 255 317 122 20 0 74 23 114 71 71
Binary 10101101 11001111 1010010 10000 0 111100 10011 1001100 111001 111001

Color Harmonies of #ADCF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF52

Black with #ADCF52

Text Example


Text Example

White with #ADCF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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