Html Css Color HEX #9DE95D Conifer

📋 copy color: '#9DE95D'

red 157 ◦ green 233 ◦ blue 93

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

Shades of Conifer #9DE95D

Tints of Conifer #9DE95D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.24%

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

R = 32.51%
G = 48.24%
B = 19.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#9DE95D (or 0x9DE95D) is known color: Conifer. HEX triplet: 9D, E9 and 5D. RGB value is (157,233,93). Sum of RGB (Red+Green+Blue) = 157+233+93=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE95D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DE95D is #6216A2. Grayscale: #C2C2C2. Windows color (decimal): -6428323 or 6154653. OLE color: 6154653.

HSL color Cylindrical-coordinate representation of color #9DE95D: hue angle of 92.57º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DE95D is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 157 233 93 -
CMYK 0.33 0 0.60 0.09
HSL 92.57º 0.76% 0.64% -
HSV(B) 92.57º 0.6% 0.91% -
XYZ 45.02 66.24 20.77 -
YUV 194.32 70.82 101.38 -
System Red Green Blue C M Y K H S L
Decimal 157 233 93 0.33 0 0.60 0.09 92.57 0.76 0.64
Hex 9D E9 5D 21 0 3C 9 5D 4C 40
Octal 235 351 135 41 0 74 11 135 114 100
Binary 10011101 11101001 1011101 100001 0 111100 1001 1011101 1001100 1000000

Color Harmonies of #9DE95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE95D

Black with #9DE95D

Text Example


Text Example

White with #9DE95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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