Html Css Color HEX #9DF864 Conifer

📋 copy color: '#9DF864'

red 157 ◦ green 248 ◦ blue 100

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

Shades of Conifer #9DF864

Tints of Conifer #9DF864

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.11%

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

R = 31.09%
G = 49.11%
B = 19.8%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#9DF864 (or 0x9DF864) is known color: Conifer. HEX triplet: 9D, F8 and 64. RGB value is (157,248,100). Sum of RGB (Red+Green+Blue) = 157+248+100=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 248 (97.27% from 255 or 49.11% from 505); Blue value is 100 (39.45% from 255 or 19.80% from 505); Max value from RGB is 248 - color contains mainly: green. Hex color #9DF864 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF864 is #62079B. Grayscale: #CCCCCC. Windows color (decimal): -6424476 or 6617245. OLE color: 6617245.

HSL color Cylindrical-coordinate representation of color #9DF864: hue angle of 96.89º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DF864 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 157 248 100 -
CMYK 0.37 0 0.60 0.03
HSL 96.89º 0.91% 0.68% -
HSV(B) 96.89º 0.6% 0.97% -
XYZ 49.77 75.22 23.95 -
YUV 203.92 69.35 94.53 -
System Red Green Blue C M Y K H S L
Decimal 157 248 100 0.37 0 0.60 0.03 96.89 0.91 0.68
Hex 9D F8 64 25 0 3C 3 61 5B 44
Octal 235 370 144 45 0 74 3 141 133 104
Binary 10011101 11111000 1100100 100101 0 111100 11 1100001 1011011 1000100

Color Harmonies of #9DF864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF864

Black with #9DF864

Text Example


Text Example

White with #9DF864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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