Html Css Color HEX #9DEB5E Conifer

📋 copy color: '#9DEB5E'

red 157 ◦ green 235 ◦ blue 94

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

Shades of Conifer #9DEB5E

Tints of Conifer #9DEB5E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.35%

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

R = 32.3%
G = 48.35%
B = 19.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#9DEB5E (or 0x9DEB5E) is known color: Conifer. HEX triplet: 9D, EB and 5E. RGB value is (157,235,94). Sum of RGB (Red+Green+Blue) = 157+235+94=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 235 (92.19% from 255 or 48.35% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEB5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEB5E is #6214A1. Grayscale: #C4C4C4. Windows color (decimal): -6427810 or 6220701. OLE color: 6220701.

HSL color Cylindrical-coordinate representation of color #9DEB5E: hue angle of 93.19º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DEB5E is Cyan = 0.33, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 235 94 -
CMYK 0.33 0 0.6 0.08
HSL 93.19º 0.78% 0.65% -
HSV(B) 93.19º 0.6% 0.92% -
XYZ 45.63 67.39 21.19 -
YUV 195.6 70.66 100.46 -
System Red Green Blue C M Y K H S L
Decimal 157 235 94 0.33 0 0.6 0.08 93.19 0.78 0.65
Hex 9D EB 5E 21 0 3C 8 5D 4E 41
Octal 235 353 136 41 0 74 10 135 116 101
Binary 10011101 11101011 1011110 100001 0 111100 1000 1011101 1001110 1000001

Color Harmonies of #9DEB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEB5E

Black with #9DEB5E

Text Example


Text Example

White with #9DEB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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