Html Css Color HEX #9DFE5F Conifer

📋 copy color: '#9DFE5F'

red 157 ◦ green 254 ◦ blue 95

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

Shades of Conifer #9DFE5F

Tints of Conifer #9DFE5F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.2%

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

R = 31.03%
G = 50.2%
B = 18.77%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#9DFE5F (or 0x9DFE5F) is known color: Conifer. HEX triplet: 9D, FE and 5F. RGB value is (157,254,95). Sum of RGB (Red+Green+Blue) = 157+254+95=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 95 (37.5% from 255 or 18.77% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFE5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFE5F is #6201A0. Grayscale: #CFCFCF. Windows color (decimal): -6422945 or 6291101. OLE color: 6291101.

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

Color convert

RGB 157 254 95 -
CMYK 0.38 0 0.63 0.00
HSL 96.6º 0.99% 0.68% -
HSV(B) 96.6º 0.63% 1% -
XYZ 51.41 78.88 23.34 -
YUV 206.87 64.86 92.43 -
System Red Green Blue C M Y K H S L
Decimal 157 254 95 0.38 0 0.63 0.00 96.6 0.99 0.68
Hex 9D FE 5F 26 0 3F 0 61 63 44
Octal 235 376 137 46 0 77 0 141 143 104
Binary 10011101 11111110 1011111 100110 0 111111 0 1100001 1100011 1000100

Color Harmonies of #9DFE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFE5F

Black with #9DFE5F

Text Example


Text Example

White with #9DFE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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