Html Css Color HEX #9DDD5D Conifer

📋 copy color: '#9DDD5D'

red 157 ◦ green 221 ◦ blue 93

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

Shades of Conifer #9DDD5D

Tints of Conifer #9DDD5D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.92%

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

R = 33.33%
G = 46.92%
B = 19.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#9DDD5D (or 0x9DDD5D) is known color: Conifer. HEX triplet: 9D, DD and 5D. RGB value is (157,221,93). Sum of RGB (Red+Green+Blue) = 157+221+93=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDD5D is #6222A2. Grayscale: #BBBBBB. Windows color (decimal): -6431395 or 6151581. OLE color: 6151581.

HSL color Cylindrical-coordinate representation of color #9DDD5D: hue angle of 90º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DDD5D is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 221 93 -
CMYK 0.29 0 0.58 0.13
HSL 90º 0.65% 0.62% -
HSV(B) 90º 0.58% 0.87% -
XYZ 41.74 59.67 19.67 -
YUV 187.27 74.8 106.41 -
System Red Green Blue C M Y K H S L
Decimal 157 221 93 0.29 0 0.58 0.13 90 0.65 0.62
Hex 9D DD 5D 1D 0 3A D 5A 41 3E
Octal 235 335 135 35 0 72 15 132 101 76
Binary 10011101 11011101 1011101 11101 0 111010 1101 1011010 1000001 111110

Color Harmonies of #9DDD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDD5D

Black with #9DDD5D

Text Example


Text Example

White with #9DDD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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