#8DBF4C

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

Shades of Chelsea Cucumber #8DBF4C

Tints of Chelsea Cucumber #8DBF4C

Color information

#8DBF4C (or 0x8DBF4C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, BF and 4C. RGB value is (141,191,76). Sum of RGB (Red+Green+Blue) = 141+191+76=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBF4C is #7240B3. Grayscale: #A3A3A3. Windows color (decimal): -7487668 or 5029773. OLE color: 5029773.

HSL color Cylindrical-coordinate representation of color #8DBF4C: hue angle of 86.09º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DBF4C is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB14119176-
CMYK0.2600.600.25
HSL86.09º47.33%52.35%-
HSV(B)86.09º60.21%74.9%-
XYZ30.9243.4513.59-
YUV162.9478.94112.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.56%
GREEN value IS 191 (75% from 255) = 46.81%
BLUE value IS 76 (30.08% from 255) = 18.63%
R=34.56%
G=46.81%
B=18.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141191760.2600.600.2586.0947.3352.35
Hex8DBF4C1A03C19562f34
Octal21527711432074311265764
Binary10001101101111111001100110100111100110011010110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DBF4C; }

 p { color: rgb(141,191,76); }

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

<style>
 a { background-color: #8DBF4C; }

 a { background-color: rgb(141,191,76); }

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

<style>
 span { border-color: #8DBF4C; }

 span { border-color: rgb(141,191,76); }

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