#95BF55

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

Shades of Chelsea Cucumber #95BF55

Tints of Chelsea Cucumber #95BF55

Color information

#95BF55 (or 0x95BF55) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, BF and 55. RGB value is (149,191,85). Sum of RGB (Red+Green+Blue) = 149+191+85=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BF55 is #6A40AA. Grayscale: #A6A6A6. Windows color (decimal): -6963371 or 5619605. OLE color: 5619605.

HSL color Cylindrical-coordinate representation of color #95BF55: hue angle of 83.77º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95BF55 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB14919185-
CMYK0.2200.550.25
HSL83.77º45.3%54.12%-
HSV(B)83.77º55.5%74.9%-
XYZ32.6644.3115.42-
YUV166.3682.09115.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 191 (75% from 255) = 44.94%
BLUE value IS 85 (33.59% from 255) = 20%
R=35.06%
G=44.94%
B=20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149191850.2200.550.2583.7745.354.12
Hex95BF551603719542d36
Octal22527712526067311245566
Binary10010101101111111010101101100110111110011010100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,191,85); }

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

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

 a { background-color: rgb(149,191,85); }

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

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

 span { border-color: rgb(149,191,85); }

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