Html Css Color HEX #9BDB50 Conifer

📋 copy color: '#9BDB50'

red 155 ◦ green 219 ◦ blue 80

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

Shades of Conifer #9BDB50

Tints of Conifer #9BDB50

RGB

 RED value IS 155 (60.94% from 255) = 34.14%

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

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

R = 34.14%
G = 48.24%
B = 17.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#9BDB50 (or 0x9BDB50) is known color: Conifer. HEX triplet: 9B, DB and 50. RGB value is (155,219,80). Sum of RGB (Red+Green+Blue) = 155+219+80=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDB50 is #6424AF. Grayscale: #B8B8B8. Windows color (decimal): -6562992 or 5299099. OLE color: 5299099.

HSL color Cylindrical-coordinate representation of color #9BDB50: hue angle of 87.63º 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 #9BDB50 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 219 80 -
CMYK 0.29 0 0.63 0.14
HSL 87.63º 0.66% 0.59% -
HSV(B) 87.63º 0.63% 0.86% -
XYZ 40.3 58.21 16.7 -
YUV 184.02 69.3 107.3 -
System Red Green Blue C M Y K H S L
Decimal 155 219 80 0.29 0 0.63 0.14 87.63 0.66 0.59
Hex 9B DB 50 1D 0 3F E 58 42 3B
Octal 233 333 120 35 0 77 16 130 102 73
Binary 10011011 11011011 1010000 11101 0 111111 1110 1011000 1000010 111011

Color Harmonies of #9BDB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDB50

Black with #9BDB50

Text Example


Text Example

White with #9BDB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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