Html Css Color HEX #8DBE4A Chelsea Cucumber

📋 copy color: '#8DBE4A'

red 141 ◦ green 190 ◦ blue 74

#8DBE4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #8DBE4A

Tints of Chelsea Cucumber #8DBE4A

RGB

 RED value IS 141 (55.47% from 255) = 34.81%

 GREEN value IS 190 (74.61% from 255) = 46.91%

 BLUE value IS 74 (29.3% from 255) = 18.27%

R = 34.81%
G = 46.91%
B = 18.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#8DBE4A (or 0x8DBE4A) is known color: Chelsea Cucumber. HEX triplet: 8D, BE and 4A. RGB value is (141,190,74). Sum of RGB (Red+Green+Blue) = 141+190+74=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBE4A is #7241B5. Grayscale: #A2A2A2. Windows color (decimal): -7487926 or 4898445. OLE color: 4898445.

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

Color convert

RGB 141 190 74 -
CMYK 0.26 0 0.61 0.25
HSL 85.34º 0.47% 0.52% -
HSV(B) 85.34º 0.61% 0.75% -
XYZ 30.63 42.98 13.16 -
YUV 162.13 78.27 112.93 -
System Red Green Blue C M Y K H S L
Decimal 141 190 74 0.26 0 0.61 0.25 85.34 0.47 0.52
Hex 8D BE 4A 1A 0 3D 19 55 2F 34
Octal 215 276 112 32 0 75 31 125 57 64
Binary 10001101 10111110 1001010 11010 0 111101 11001 1010101 101111 110100

Color Harmonies of #8DBE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBE4A

Black with #8DBE4A

Text Example


Text Example

White with #8DBE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,190,74); }

 H1.HeaderClassName
 {
   color: #8DBE4A;
 }
 .AnyTagClassName
 {
   color: #8DBE4A;
 }
</style>

background-color css

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

 a { background-color: rgb(141,190,74); }

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

border-color css

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

 span { border-color: rgb(141,190,74); }

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