Html Css Color HEX #9DF364 Conifer

📋 copy color: '#9DF364'

red 157 ◦ green 243 ◦ blue 100

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

Shades of Conifer #9DF364

Tints of Conifer #9DF364

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.6%

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

R = 31.4%
G = 48.6%
B = 20%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#9DF364 (or 0x9DF364) is known color: Conifer. HEX triplet: 9D, F3 and 64. RGB value is (157,243,100). Sum of RGB (Red+Green+Blue) = 157+243+100=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 100 (39.45% from 255 or 20% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF364 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF364 is #620C9B. Grayscale: #C9C9C9. Windows color (decimal): -6425756 or 6615965. OLE color: 6615965.

HSL color Cylindrical-coordinate representation of color #9DF364: hue angle of 96.08º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DF364 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 157 243 100 -
CMYK 0.35 0 0.59 0.05
HSL 96.08º 0.86% 0.67% -
HSV(B) 96.08º 0.59% 0.95% -
XYZ 48.26 72.19 23.45 -
YUV 200.98 71.01 96.63 -
System Red Green Blue C M Y K H S L
Decimal 157 243 100 0.35 0 0.59 0.05 96.08 0.86 0.67
Hex 9D F3 64 23 0 3B 5 60 56 43
Octal 235 363 144 43 0 73 5 140 126 103
Binary 10011101 11110011 1100100 100011 0 111011 101 1100000 1010110 1000011

Color Harmonies of #9DF364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF364

Black with #9DF364

Text Example


Text Example

White with #9DF364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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