Html Css Color HEX #9DDB5D Conifer

📋 copy color: '#9DDB5D'

red 157 ◦ green 219 ◦ blue 93

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

Shades of Conifer #9DDB5D

Tints of Conifer #9DDB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.83%

R = 33.48%
G = 46.7%
B = 19.83%

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

#9DDB5D (or 0x9DDB5D) is known color: Conifer. HEX triplet: 9D, DB and 5D. RGB value is (157,219,93). Sum of RGB (Red+Green+Blue) = 157+219+93=469 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.48% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDB5D is #6224A2. Grayscale: #BABABA. Windows color (decimal): -6431907 or 6151069. OLE color: 6151069.

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

Color convert

RGB 157 219 93 -
CMYK 0.28 0 0.58 0.14
HSL 89.52º 0.64% 0.61% -
HSV(B) 89.52º 0.58% 0.86% -
XYZ 41.21 58.62 19.5 -
YUV 186.1 75.46 107.25 -
System Red Green Blue C M Y K H S L
Decimal 157 219 93 0.28 0 0.58 0.14 89.52 0.64 0.61
Hex 9D DB 5D 1C 0 3A E 5A 40 3D
Octal 235 333 135 34 0 72 16 132 100 75
Binary 10011101 11011011 1011101 11100 0 111010 1110 1011010 1000000 111101

Color Harmonies of #9DDB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDB5D

Black with #9DDB5D

Text Example


Text Example

White with #9DDB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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