Html Css Color HEX #9DDF64 Conifer

📋 copy color: '#9DDF64'

red 157 ◦ green 223 ◦ blue 100

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

Shades of Conifer #9DDF64

Tints of Conifer #9DDF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.83%

R = 32.71%
G = 46.46%
B = 20.83%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#9DDF64 (or 0x9DDF64) is known color: Conifer. HEX triplet: 9D, DF and 64. RGB value is (157,223,100). Sum of RGB (Red+Green+Blue) = 157+223+100=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDF64 is #62209B. Grayscale: #BDBDBD. Windows color (decimal): -6430876 or 6610845. OLE color: 6610845.

HSL color Cylindrical-coordinate representation of color #9DDF64: hue angle of 92.2º degrees, saturation: 0.66, 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 #9DDF64 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 223 100 -
CMYK 0.30 0 0.55 0.13
HSL 92.2º 0.66% 0.63% -
HSV(B) 92.2º 0.55% 0.87% -
XYZ 42.59 60.86 21.56 -
YUV 189.24 77.63 105 -
System Red Green Blue C M Y K H S L
Decimal 157 223 100 0.30 0 0.55 0.13 92.2 0.66 0.63
Hex 9D DF 64 1E 0 37 D 5C 42 3F
Octal 235 337 144 36 0 67 15 134 102 77
Binary 10011101 11011111 1100100 11110 0 110111 1101 1011100 1000010 111111

Color Harmonies of #9DDF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDF64

Black with #9DDF64

Text Example


Text Example

White with #9DDF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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