Html Css Color HEX #ADF750 Conifer

📋 copy color: '#ADF750'

red 173 ◦ green 247 ◦ blue 80

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

Shades of Conifer #ADF750

Tints of Conifer #ADF750

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.4%

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

R = 34.6%
G = 49.4%
B = 16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#ADF750 (or 0xADF750) is known color: Conifer. HEX triplet: AD, F7 and 50. RGB value is (173,247,80). Sum of RGB (Red+Green+Blue) = 173+247+80=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 247 (96.88% from 255 or 49.4% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF750 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF750 is #5208AF. Grayscale: #CECECE. Windows color (decimal): -5376176 or 5306285. OLE color: 5306285.

HSL color Cylindrical-coordinate representation of color #ADF750: hue angle of 86.59º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADF750 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 247 80 -
CMYK 0.30 0 0.68 0.03
HSL 86.59º 0.91% 0.64% -
HSV(B) 86.59º 0.68% 0.97% -
XYZ 51.94 75.98 19.52 -
YUV 205.84 56.98 104.58 -
System Red Green Blue C M Y K H S L
Decimal 173 247 80 0.30 0 0.68 0.03 86.59 0.91 0.64
Hex AD F7 50 1E 0 44 3 57 5B 40
Octal 255 367 120 36 0 104 3 127 133 100
Binary 10101101 11110111 1010000 11110 0 1000100 11 1010111 1011011 1000000

Color Harmonies of #ADF750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF750

Black with #ADF750

Text Example


Text Example

White with #ADF750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF750; }

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

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

background-color css

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

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

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

border-color css

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

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

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