#94BD4E

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

Shades of Chelsea Cucumber #94BD4E

Tints of Chelsea Cucumber #94BD4E

Color information

#94BD4E (or 0x94BD4E) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, BD and 4E. RGB value is (148,189,78). Sum of RGB (Red+Green+Blue) = 148+189+78=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BD4E is #6B42B1. Grayscale: #A4A4A4. Windows color (decimal): -7029426 or 5160340. OLE color: 5160340.

HSL color Cylindrical-coordinate representation of color #94BD4E: hue angle of 82.16º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94BD4E is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB14818978-
CMYK0.2200.590.26
HSL82.16º45.68%52.35%-
HSV(B)82.16º58.73%74.12%-
XYZ31.7943.2413.88-
YUV164.0979.42116.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.66%
GREEN value IS 189 (74.22% from 255) = 45.54%
BLUE value IS 78 (30.86% from 255) = 18.80%
R=35.66%
G=45.54%
B=18.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148189780.2200.590.2682.1645.6852.35
Hex94BD4E1603B1A522e34
Octal22427511626073321225664
Binary10010100101111011001110101100111011110101010010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94BD4E; }

 p { color: rgb(148,189,78); }

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

<style>
 a { background-color: #94BD4E; }

 a { background-color: rgb(148,189,78); }

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

<style>
 span { border-color: #94BD4E; }

 span { border-color: rgb(148,189,78); }

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