Html Css Color HEX #9DED5E Conifer

📋 copy color: '#9DED5E'

red 157 ◦ green 237 ◦ blue 94

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

Shades of Conifer #9DED5E

Tints of Conifer #9DED5E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.57%

 BLUE value IS 94 (37.11% from 255) = 19.26%

R = 32.17%
G = 48.57%
B = 19.26%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#9DED5E (or 0x9DED5E) is known color: Conifer. HEX triplet: 9D, ED and 5E. RGB value is (157,237,94). Sum of RGB (Red+Green+Blue) = 157+237+94=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #9DED5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DED5E is #6212A1. Grayscale: #C5C5C5. Windows color (decimal): -6427298 or 6221213. OLE color: 6221213.

HSL color Cylindrical-coordinate representation of color #9DED5E: hue angle of 93.57º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DED5E is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 237 94 -
CMYK 0.34 0 0.60 0.07
HSL 93.57º 0.8% 0.65% -
HSV(B) 93.57º 0.6% 0.93% -
XYZ 46.21 68.54 21.38 -
YUV 196.78 70 99.63 -
System Red Green Blue C M Y K H S L
Decimal 157 237 94 0.34 0 0.60 0.07 93.57 0.8 0.65
Hex 9D ED 5E 22 0 3C 7 5E 50 41
Octal 235 355 136 42 0 74 7 136 120 101
Binary 10011101 11101101 1011110 100010 0 111100 111 1011110 1010000 1000001

Color Harmonies of #9DED5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DED5E

Black with #9DED5E

Text Example


Text Example

White with #9DED5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,237,94); }

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

background-color css

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

 a { background-color: rgb(157,237,94); }

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

border-color css

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

 span { border-color: rgb(157,237,94); }

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