Html Css Color HEX #9DFC5E Conifer

📋 copy color: '#9DFC5E'

red 157 ◦ green 252 ◦ blue 94

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

Shades of Conifer #9DFC5E

Tints of Conifer #9DFC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.69%

R = 31.21%
G = 50.1%
B = 18.69%

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

#9DFC5E (or 0x9DFC5E) is known color: Conifer. HEX triplet: 9D, FC and 5E. RGB value is (157,252,94). Sum of RGB (Red+Green+Blue) = 157+252+94=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 94 (37.11% from 255 or 18.69% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFC5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFC5E is #6203A1. Grayscale: #CECECE. Windows color (decimal): -6423458 or 6225053. OLE color: 6225053.

HSL color Cylindrical-coordinate representation of color #9DFC5E: hue angle of 96.08º 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 #9DFC5E is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 157 252 94 -
CMYK 0.38 0 0.63 0.01
HSL 96.08º 0.96% 0.68% -
HSV(B) 96.08º 0.63% 0.99% -
XYZ 50.74 77.6 22.89 -
YUV 205.58 65.03 93.35 -
System Red Green Blue C M Y K H S L
Decimal 157 252 94 0.38 0 0.63 0.01 96.08 0.96 0.68
Hex 9D FC 5E 26 0 3F 1 60 60 44
Octal 235 374 136 46 0 77 1 140 140 104
Binary 10011101 11111100 1011110 100110 0 111111 1 1100000 1100000 1000100

Color Harmonies of #9DFC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFC5E

Black with #9DFC5E

Text Example


Text Example

White with #9DFC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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