Html Css Color HEX #9DD963 Conifer

📋 copy color: '#9DD963'

red 157 ◦ green 217 ◦ blue 99

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

Shades of Conifer #9DD963

Tints of Conifer #9DD963

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.88%

 BLUE value IS 99 (39.06% from 255) = 20.93%

R = 33.19%
G = 45.88%
B = 20.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#9DD963 (or 0x9DD963) is known color: Conifer. HEX triplet: 9D, D9 and 63. RGB value is (157,217,99). Sum of RGB (Red+Green+Blue) = 157+217+99=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD963 is #62269C. Grayscale: #BABABA. Windows color (decimal): -6432413 or 6543773. OLE color: 6543773.

HSL color Cylindrical-coordinate representation of color #9DD963: hue angle of 90.51º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DD963 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 217 99 -
CMYK 0.28 0 0.54 0.15
HSL 90.51º 0.61% 0.62% -
HSV(B) 90.51º 0.54% 0.85% -
XYZ 40.97 57.69 20.78 -
YUV 185.61 79.12 107.59 -
System Red Green Blue C M Y K H S L
Decimal 157 217 99 0.28 0 0.54 0.15 90.51 0.61 0.62
Hex 9D D9 63 1C 0 36 F 5B 3D 3E
Octal 235 331 143 34 0 66 17 133 75 76
Binary 10011101 11011001 1100011 11100 0 110110 1111 1011011 111101 111110

Color Harmonies of #9DD963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD963

Black with #9DD963

Text Example


Text Example

White with #9DD963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,217,99); }

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

background-color css

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

 a { background-color: rgb(157,217,99); }

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

border-color css

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

 span { border-color: rgb(157,217,99); }

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