Html Css Color HEX #9DFC5D Conifer

📋 copy color: '#9DFC5D'

red 157 ◦ green 252 ◦ blue 93

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

Shades of Conifer #9DFC5D

Tints of Conifer #9DFC5D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.2%

 BLUE value IS 93 (36.72% from 255) = 18.53%

R = 31.27%
G = 50.2%
B = 18.53%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#9DFC5D (or 0x9DFC5D) is known color: Conifer. HEX triplet: 9D, FC and 5D. RGB value is (157,252,93). Sum of RGB (Red+Green+Blue) = 157+252+93=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFC5D is #6203A2. Grayscale: #CECECE. Windows color (decimal): -6423459 or 6159517. OLE color: 6159517.

HSL color Cylindrical-coordinate representation of color #9DFC5D: hue angle of 95.85º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9DFC5D is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 157 252 93 -
CMYK 0.38 0 0.63 0.01
HSL 95.85º 0.96% 0.68% -
HSV(B) 95.85º 0.63% 0.99% -
XYZ 50.69 77.58 22.66 -
YUV 205.47 64.53 93.43 -
System Red Green Blue C M Y K H S L
Decimal 157 252 93 0.38 0 0.63 0.01 95.85 0.96 0.68
Hex 9D FC 5D 26 0 3F 1 60 60 44
Octal 235 374 135 46 0 77 1 140 140 104
Binary 10011101 11111100 1011101 100110 0 111111 1 1100000 1100000 1000100

Color Harmonies of #9DFC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFC5D

Black with #9DFC5D

Text Example


Text Example

White with #9DFC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,252,93); }

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

background-color css

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

 a { background-color: rgb(157,252,93); }

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

border-color css

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

 span { border-color: rgb(157,252,93); }

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