Html Css Color HEX #ADF350 Conifer

📋 copy color: '#ADF350'

red 173 ◦ green 243 ◦ blue 80

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

Shades of Conifer #ADF350

Tints of Conifer #ADF350

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.99%

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

R = 34.88%
G = 48.99%
B = 16.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#ADF350 (or 0xADF350) is known color: Conifer. HEX triplet: AD, F3 and 50. RGB value is (173,243,80). Sum of RGB (Red+Green+Blue) = 173+243+80=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF350 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF350 is #520CAF. Grayscale: #CCCCCC. Windows color (decimal): -5377200 or 5305261. OLE color: 5305261.

HSL color Cylindrical-coordinate representation of color #ADF350: hue angle of 85.77º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADF350 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 243 80 -
CMYK 0.29 0 0.67 0.05
HSL 85.77º 0.87% 0.63% -
HSV(B) 85.77º 0.67% 0.95% -
XYZ 50.73 73.56 19.11 -
YUV 203.49 58.31 106.25 -
System Red Green Blue C M Y K H S L
Decimal 173 243 80 0.29 0 0.67 0.05 85.77 0.87 0.63
Hex AD F3 50 1D 0 43 5 56 57 3F
Octal 255 363 120 35 0 103 5 126 127 77
Binary 10101101 11110011 1010000 11101 0 1000011 101 1010110 1010111 111111

Color Harmonies of #ADF350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF350

Black with #ADF350

Text Example


Text Example

White with #ADF350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF350; }

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

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

background-color css

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

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

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

border-color css

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

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

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