Html Css Color HEX #9DDF61 Conifer

📋 copy color: '#9DDF61'

red 157 ◦ green 223 ◦ blue 97

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

Shades of Conifer #9DDF61

Tints of Conifer #9DDF61

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.75%

 BLUE value IS 97 (38.28% from 255) = 20.34%

R = 32.91%
G = 46.75%
B = 20.34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#9DDF61 (or 0x9DDF61) is known color: Conifer. HEX triplet: 9D, DF and 61. RGB value is (157,223,97). Sum of RGB (Red+Green+Blue) = 157+223+97=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDF61 is #62209E. Grayscale: #BDBDBD. Windows color (decimal): -6430879 or 6414237. OLE color: 6414237.

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

Color convert

RGB 157 223 97 -
CMYK 0.30 0 0.57 0.13
HSL 91.43º 0.66% 0.63% -
HSV(B) 91.43º 0.57% 0.87% -
XYZ 42.45 60.81 20.81 -
YUV 188.9 76.13 105.25 -
System Red Green Blue C M Y K H S L
Decimal 157 223 97 0.30 0 0.57 0.13 91.43 0.66 0.63
Hex 9D DF 61 1E 0 39 D 5B 42 3F
Octal 235 337 141 36 0 71 15 133 102 77
Binary 10011101 11011111 1100001 11110 0 111001 1101 1011011 1000010 111111

Color Harmonies of #9DDF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDF61

Black with #9DDF61

Text Example


Text Example

White with #9DDF61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,223,97); }

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

background-color css

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

 a { background-color: rgb(157,223,97); }

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

border-color css

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

 span { border-color: rgb(157,223,97); }

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