#95EE60

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

Shades of Conifer #95EE60

Tints of Conifer #95EE60

Color information

#95EE60 (or 0x95EE60) is unknown color: approx Conifer. HEX triplet: 95, EE and 60. RGB value is (149,238,96). Sum of RGB (Red+Green+Blue) = 149+238+96=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #95EE60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95EE60 is #6A119F. Grayscale: #C3C3C3. Windows color (decimal): -6951328 or 6352533. OLE color: 6352533.

HSL color Cylindrical-coordinate representation of color #95EE60: hue angle of 97.61º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95EE60 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB14923896-
CMYK0.3700.600.07
HSL97.61º80.68%65.49%-
HSV(B)97.61º59.66%93.33%-
XYZ45.0868.3821.89-
YUV195.272.0195.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.85%
GREEN value IS 238 (93.36% from 255) = 49.28%
BLUE value IS 96 (37.89% from 255) = 19.88%
R=30.85%
G=49.28%
B=19.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal149238960.3700.600.0797.6180.6865.49
Hex95EE602503C7625141
Octal225356140450747142121101
Binary100101011110111011000001001010111100111110001010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95EE60; }

 p { color: rgb(149,238,96); }

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

<style>
 a { background-color: #95EE60; }

 a { background-color: rgb(149,238,96); }

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

<style>
 span { border-color: #95EE60; }

 span { border-color: rgb(149,238,96); }

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