Html Css Color HEX #9DF865 Conifer

📋 copy color: '#9DF865'

red 157 ◦ green 248 ◦ blue 101

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

Shades of Conifer #9DF865

Tints of Conifer #9DF865

RGB

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

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

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

R = 31.03%
G = 49.01%
B = 19.96%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#9DF865 (or 0x9DF865) is known color: Conifer. HEX triplet: 9D, F8 and 65. RGB value is (157,248,101). Sum of RGB (Red+Green+Blue) = 157+248+101=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #9DF865 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF865 is #62079A. Grayscale: #CCCCCC. Windows color (decimal): -6424475 or 6682781. OLE color: 6682781.

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

Color convert

RGB 157 248 101 -
CMYK 0.37 0 0.59 0.03
HSL 97.14º 0.91% 0.68% -
HSV(B) 97.14º 0.59% 0.97% -
XYZ 49.82 75.24 24.21 -
YUV 204.03 69.85 94.45 -
System Red Green Blue C M Y K H S L
Decimal 157 248 101 0.37 0 0.59 0.03 97.14 0.91 0.68
Hex 9D F8 65 25 0 3B 3 61 5B 44
Octal 235 370 145 45 0 73 3 141 133 104
Binary 10011101 11111000 1100101 100101 0 111011 11 1100001 1011011 1000100

Color Harmonies of #9DF865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF865

Black with #9DF865

Text Example


Text Example

White with #9DF865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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