Html Css Color HEX #9BDD5E Conifer

📋 copy color: '#9BDD5E'

red 155 ◦ green 221 ◦ blue 94

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

Shades of Conifer #9BDD5E

Tints of Conifer #9BDD5E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.02%

 BLUE value IS 94 (37.11% from 255) = 20%

R = 32.98%
G = 47.02%
B = 20%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#9BDD5E (or 0x9BDD5E) is known color: Conifer. HEX triplet: 9B, DD and 5E. RGB value is (155,221,94). Sum of RGB (Red+Green+Blue) = 155+221+94=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDD5E is #6422A1. Grayscale: #BBBBBB. Windows color (decimal): -6562466 or 6217115. OLE color: 6217115.

HSL color Cylindrical-coordinate representation of color #9BDD5E: hue angle of 91.18º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BDD5E is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 221 94 -
CMYK 0.30 0 0.57 0.13
HSL 91.18º 0.65% 0.62% -
HSV(B) 91.18º 0.57% 0.87% -
XYZ 41.39 59.49 19.89 -
YUV 186.79 75.63 105.33 -
System Red Green Blue C M Y K H S L
Decimal 155 221 94 0.30 0 0.57 0.13 91.18 0.65 0.62
Hex 9B DD 5E 1E 0 39 D 5B 41 3E
Octal 233 335 136 36 0 71 15 133 101 76
Binary 10011011 11011101 1011110 11110 0 111001 1101 1011011 1000001 111110

Color Harmonies of #9BDD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDD5E

Black with #9BDD5E

Text Example


Text Example

White with #9BDD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,221,94); }

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

background-color css

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

 a { background-color: rgb(155,221,94); }

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

border-color css

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

 span { border-color: rgb(155,221,94); }

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