Html Css Color HEX #8DB448 Chelsea Cucumber

📋 copy color: '#8DB448'

red 141 ◦ green 180 ◦ blue 72

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

Shades of Chelsea Cucumber #8DB448

Tints of Chelsea Cucumber #8DB448

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.8%

 BLUE value IS 72 (28.52% from 255) = 18.32%

R = 35.88%
G = 45.8%
B = 18.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#8DB448 (or 0x8DB448) is known color: Chelsea Cucumber. HEX triplet: 8D, B4 and 48. RGB value is (141,180,72). Sum of RGB (Red+Green+Blue) = 141+180+72=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB448 is #724BB7. Grayscale: #9C9C9C. Windows color (decimal): -7490488 or 4764813. OLE color: 4764813.

HSL color Cylindrical-coordinate representation of color #8DB448: hue angle of 81.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DB448 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 180 72 -
CMYK 0.22 0 0.60 0.29
HSL 81.67º 0.43% 0.49% -
HSV(B) 81.67º 0.6% 0.71% -
XYZ 28.48 38.77 12.11 -
YUV 156.03 80.58 117.28 -
System Red Green Blue C M Y K H S L
Decimal 141 180 72 0.22 0 0.60 0.29 81.67 0.43 0.49
Hex 8D B4 48 16 0 3C 1D 52 2B 31
Octal 215 264 110 26 0 74 35 122 53 61
Binary 10001101 10110100 1001000 10110 0 111100 11101 1010010 101011 110001

Color Harmonies of #8DB448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB448

Black with #8DB448

Text Example


Text Example

White with #8DB448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,180,72); }

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

background-color css

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

 a { background-color: rgb(141,180,72); }

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

border-color css

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

 span { border-color: rgb(141,180,72); }

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