Html Css Color HEX #9EDE65 Conifer

📋 copy color: '#9EDE65'

red 158 ◦ green 222 ◦ blue 101

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

Shades of Conifer #9EDE65

Tints of Conifer #9EDE65

RGB

 RED value IS 158 (62.11% from 255) = 32.85%

 GREEN value IS 222 (87.11% from 255) = 46.15%

 BLUE value IS 101 (39.84% from 255) = 21%

R = 32.85%
G = 46.15%
B = 21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#9EDE65 (or 0x9EDE65) is known color: Conifer. HEX triplet: 9E, DE and 65. RGB value is (158,222,101). Sum of RGB (Red+Green+Blue) = 158+222+101=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDE65 is #61219A. Grayscale: #BDBDBD. Windows color (decimal): -6365595 or 6676126. OLE color: 6676126.

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

Color convert

RGB 158 222 101 -
CMYK 0.29 0 0.55 0.13
HSL 91.74º 0.65% 0.63% -
HSV(B) 91.74º 0.55% 0.87% -
XYZ 42.57 60.45 21.74 -
YUV 189.07 78.3 105.84 -
System Red Green Blue C M Y K H S L
Decimal 158 222 101 0.29 0 0.55 0.13 91.74 0.65 0.63
Hex 9E DE 65 1D 0 37 D 5C 41 3F
Octal 236 336 145 35 0 67 15 134 101 77
Binary 10011110 11011110 1100101 11101 0 110111 1101 1011100 1000001 111111

Color Harmonies of #9EDE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDE65

Black with #9EDE65

Text Example


Text Example

White with #9EDE65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,222,101); }

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

background-color css

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

 a { background-color: rgb(158,222,101); }

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

border-color css

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

 span { border-color: rgb(158,222,101); }

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