Html Css Color HEX #9FDB50 Conifer

📋 copy color: '#9FDB50'

red 159 ◦ green 219 ◦ blue 80

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

Shades of Conifer #9FDB50

Tints of Conifer #9FDB50

RGB

 RED value IS 159 (62.5% from 255) = 34.72%

 GREEN value IS 219 (85.94% from 255) = 47.82%

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

R = 34.72%
G = 47.82%
B = 17.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#9FDB50 (or 0x9FDB50) is known color: Conifer. HEX triplet: 9F, DB and 50. RGB value is (159,219,80). Sum of RGB (Red+Green+Blue) = 159+219+80=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDB50 is #6024AF. Grayscale: #B9B9B9. Windows color (decimal): -6300848 or 5299103. OLE color: 5299103.

HSL color Cylindrical-coordinate representation of color #9FDB50: hue angle of 85.9º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FDB50 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 219 80 -
CMYK 0.27 0 0.63 0.14
HSL 85.9º 0.66% 0.59% -
HSV(B) 85.9º 0.63% 0.86% -
XYZ 41.08 58.61 16.74 -
YUV 185.21 68.62 109.3 -
System Red Green Blue C M Y K H S L
Decimal 159 219 80 0.27 0 0.63 0.14 85.9 0.66 0.59
Hex 9F DB 50 1B 0 3F E 56 42 3B
Octal 237 333 120 33 0 77 16 126 102 73
Binary 10011111 11011011 1010000 11011 0 111111 1110 1010110 1000010 111011

Color Harmonies of #9FDB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDB50

Black with #9FDB50

Text Example


Text Example

White with #9FDB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FDB50; }

 p { color: rgb(159,219,80); }

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

background-color css

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

 a { background-color: rgb(159,219,80); }

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

border-color css

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

 span { border-color: rgb(159,219,80); }

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