Html Css Color HEX #9EFB5F Conifer

📋 copy color: '#9EFB5F'

red 158 ◦ green 251 ◦ blue 95

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

Shades of Conifer #9EFB5F

Tints of Conifer #9EFB5F

RGB

 RED value IS 158 (62.11% from 255) = 31.35%

 GREEN value IS 251 (98.44% from 255) = 49.8%

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

R = 31.35%
G = 49.8%
B = 18.85%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#9EFB5F (or 0x9EFB5F) is known color: Conifer. HEX triplet: 9E, FB and 5F. RGB value is (158,251,95). Sum of RGB (Red+Green+Blue) = 158+251+95=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFB5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFB5F is #6104A0. Grayscale: #CDCDCD. Windows color (decimal): -6358177 or 6290334. OLE color: 6290334.

HSL color Cylindrical-coordinate representation of color #9EFB5F: hue angle of 95.77º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9EFB5F is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 251 95 -
CMYK 0.37 0 0.62 0.02
HSL 95.77º 0.95% 0.68% -
HSV(B) 95.77º 0.62% 0.98% -
XYZ 50.66 77.09 23.04 -
YUV 205.41 65.69 94.18 -
System Red Green Blue C M Y K H S L
Decimal 158 251 95 0.37 0 0.62 0.02 95.77 0.95 0.68
Hex 9E FB 5F 25 0 3E 2 60 5F 44
Octal 236 373 137 45 0 76 2 140 137 104
Binary 10011110 11111011 1011111 100101 0 111110 10 1100000 1011111 1000100

Color Harmonies of #9EFB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFB5F

Black with #9EFB5F

Text Example


Text Example

White with #9EFB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,251,95); }

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

background-color css

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

 a { background-color: rgb(158,251,95); }

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

border-color css

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

 span { border-color: rgb(158,251,95); }

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