Html Css Color HEX #9DD35D Conifer

📋 copy color: '#9DD35D'

red 157 ◦ green 211 ◦ blue 93

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

Shades of Conifer #9DD35D

Tints of Conifer #9DD35D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.77%

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

R = 34.06%
G = 45.77%
B = 20.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#9DD35D (or 0x9DD35D) is known color: Conifer. HEX triplet: 9D, D3 and 5D. RGB value is (157,211,93). Sum of RGB (Red+Green+Blue) = 157+211+93=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD35D is #622CA2. Grayscale: #B5B5B5. Windows color (decimal): -6433955 or 6149021. OLE color: 6149021.

HSL color Cylindrical-coordinate representation of color #9DD35D: hue angle of 87.46º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DD35D is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 157 211 93 -
CMYK 0.26 0 0.56 0.17
HSL 87.46º 0.57% 0.6% -
HSV(B) 87.46º 0.56% 0.83% -
XYZ 39.17 54.55 18.82 -
YUV 181.4 78.11 110.59 -
System Red Green Blue C M Y K H S L
Decimal 157 211 93 0.26 0 0.56 0.17 87.46 0.57 0.6
Hex 9D D3 5D 1A 0 38 11 57 39 3C
Octal 235 323 135 32 0 70 21 127 71 74
Binary 10011101 11010011 1011101 11010 0 111000 10001 1010111 111001 111100

Color Harmonies of #9DD35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD35D

Black with #9DD35D

Text Example


Text Example

White with #9DD35D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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