#9EFB65

Color #9EFB65 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #9EFB65

Tints of Conifer #9EFB65

Color information

#9EFB65 (or 0x9EFB65) is unknown color: approx Conifer. HEX triplet: 9E, FB and 65. RGB value is (158,251,101). Sum of RGB (Red+Green+Blue) = 158+251+101=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 251 (98.44% from 255 or 49.22% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFB65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFB65 is #61049A. Grayscale: #CECECE. Windows color (decimal): -6358171 or 6683550. OLE color: 6683550.

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

Color convert

RGB158251101-
CMYK0.3700.600.02
HSL97.2º94.94%69.02%-
HSV(B)97.2º59.76%98.43%-
XYZ50.9577.224.53-
YUV206.0968.6993.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.98%
GREEN value IS 251 (98.44% from 255) = 49.22%
BLUE value IS 101 (39.84% from 255) = 19.80%
R=30.98%
G=49.22%
B=19.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582511010.3700.600.0297.294.9469.02
Hex9EFB652503C2615f45
Octal236373145450742141137105
Binary10011110111110111100101100101011110010110000110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EFB65;
 }
 .AnyTagClassName
 {
   color: #9EFB65;
 }
</style>
background-color css

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

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

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

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

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

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