Html Css Color HEX #9DD965 Conifer

📋 copy color: '#9DD965'

red 157 ◦ green 217 ◦ blue 101

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

Shades of Conifer #9DD965

Tints of Conifer #9DD965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.26%

R = 33.05%
G = 45.68%
B = 21.26%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#9DD965 (or 0x9DD965) is known color: Conifer. HEX triplet: 9D, D9 and 65. RGB value is (157,217,101). Sum of RGB (Red+Green+Blue) = 157+217+101=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD965 is #62269A. Grayscale: #BABABA. Windows color (decimal): -6432411 or 6674845. OLE color: 6674845.

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

Color convert

RGB 157 217 101 -
CMYK 0.28 0 0.53 0.15
HSL 91.03º 0.6% 0.62% -
HSV(B) 91.03º 0.53% 0.85% -
XYZ 41.07 57.73 21.29 -
YUV 185.84 80.12 107.43 -
System Red Green Blue C M Y K H S L
Decimal 157 217 101 0.28 0 0.53 0.15 91.03 0.6 0.62
Hex 9D D9 65 1C 0 35 F 5B 3C 3E
Octal 235 331 145 34 0 65 17 133 74 76
Binary 10011101 11011001 1100101 11100 0 110101 1111 1011011 111100 111110

Color Harmonies of #9DD965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD965

Black with #9DD965

Text Example


Text Example

White with #9DD965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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