Html Css Color HEX #9DDB5B Conifer

📋 copy color: '#9DDB5B'

red 157 ◦ green 219 ◦ blue 91

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

Shades of Conifer #9DDB5B

Tints of Conifer #9DDB5B

RGB

 RED value IS 157 (61.72% from 255) = 33.62%

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

 BLUE value IS 91 (35.94% from 255) = 19.49%

R = 33.62%
G = 46.9%
B = 19.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#9DDB5B (or 0x9DDB5B) is known color: Conifer. HEX triplet: 9D, DB and 5B. RGB value is (157,219,91). Sum of RGB (Red+Green+Blue) = 157+219+91=467 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.62% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDB5B is #6224A4. Grayscale: #BABABA. Windows color (decimal): -6431909 or 6019997. OLE color: 6019997.

HSL color Cylindrical-coordinate representation of color #9DDB5B: hue angle of 89.06º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DDB5B is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 219 91 -
CMYK 0.28 0 0.58 0.14
HSL 89.06º 0.64% 0.61% -
HSV(B) 89.06º 0.58% 0.86% -
XYZ 41.12 58.59 19.04 -
YUV 185.87 74.46 107.41 -
System Red Green Blue C M Y K H S L
Decimal 157 219 91 0.28 0 0.58 0.14 89.06 0.64 0.61
Hex 9D DB 5B 1C 0 3A E 59 40 3D
Octal 235 333 133 34 0 72 16 131 100 75
Binary 10011101 11011011 1011011 11100 0 111010 1110 1011001 1000000 111101

Color Harmonies of #9DDB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDB5B

Black with #9DDB5B

Text Example


Text Example

White with #9DDB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,219,91); }

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

background-color css

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

 a { background-color: rgb(157,219,91); }

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

border-color css

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

 span { border-color: rgb(157,219,91); }

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