Html Css Color HEX #9DD961 Conifer

📋 copy color: '#9DD961'

red 157 ◦ green 217 ◦ blue 97

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

Shades of Conifer #9DD961

Tints of Conifer #9DD961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.59%

R = 33.33%
G = 46.07%
B = 20.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#9DD961 (or 0x9DD961) is known color: Conifer. HEX triplet: 9D, D9 and 61. RGB value is (157,217,97). Sum of RGB (Red+Green+Blue) = 157+217+97=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD961 is #62269E. Grayscale: #B9B9B9. Windows color (decimal): -6432415 or 6412701. OLE color: 6412701.

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

Color convert

RGB 157 217 97 -
CMYK 0.28 0 0.55 0.15
HSL 90º 0.61% 0.62% -
HSV(B) 90º 0.55% 0.85% -
XYZ 40.88 57.66 20.28 -
YUV 185.38 78.12 107.76 -
System Red Green Blue C M Y K H S L
Decimal 157 217 97 0.28 0 0.55 0.15 90 0.61 0.62
Hex 9D D9 61 1C 0 37 F 5A 3D 3E
Octal 235 331 141 34 0 67 17 132 75 76
Binary 10011101 11011001 1100001 11100 0 110111 1111 1011010 111101 111110

Color Harmonies of #9DD961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD961

Black with #9DD961

Text Example


Text Example

White with #9DD961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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