Html Css Color HEX #9DF85F Conifer

📋 copy color: '#9DF85F'

red 157 ◦ green 248 ◦ blue 95

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

Shades of Conifer #9DF85F

Tints of Conifer #9DF85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19%

R = 31.4%
G = 49.6%
B = 19%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#9DF85F (or 0x9DF85F) is known color: Conifer. HEX triplet: 9D, F8 and 5F. RGB value is (157,248,95). Sum of RGB (Red+Green+Blue) = 157+248+95=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 248 (97.27% from 255 or 49.6% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 248 - color contains mainly: green. Hex color #9DF85F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF85F is #6207A0. Grayscale: #CBCBCB. Windows color (decimal): -6424481 or 6289565. OLE color: 6289565.

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

Color convert

RGB 157 248 95 -
CMYK 0.37 0 0.62 0.03
HSL 95.69º 0.92% 0.67% -
HSV(B) 95.69º 0.62% 0.97% -
XYZ 49.54 75.13 22.72 -
YUV 203.35 66.85 94.94 -
System Red Green Blue C M Y K H S L
Decimal 157 248 95 0.37 0 0.62 0.03 95.69 0.92 0.67
Hex 9D F8 5F 25 0 3E 3 60 5C 43
Octal 235 370 137 45 0 76 3 140 134 103
Binary 10011101 11111000 1011111 100101 0 111110 11 1100000 1011100 1000011

Color Harmonies of #9DF85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF85F

Black with #9DF85F

Text Example


Text Example

White with #9DF85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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