Html Css Color HEX #8DBF4B Chelsea Cucumber

📋 copy color: '#8DBF4B'

red 141 ◦ green 191 ◦ blue 75

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

Shades of Chelsea Cucumber #8DBF4B

Tints of Chelsea Cucumber #8DBF4B

RGB

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

 GREEN value IS 191 (75% from 255) = 46.93%

 BLUE value IS 75 (29.69% from 255) = 18.43%

R = 34.64%
G = 46.93%
B = 18.43%

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

#8DBF4B (or 0x8DBF4B) is known color: Chelsea Cucumber. HEX triplet: 8D, BF and 4B. RGB value is (141,191,75). Sum of RGB (Red+Green+Blue) = 141+191+75=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBF4B is #7240B4. Grayscale: #A3A3A3. Windows color (decimal): -7487669 or 4964237. OLE color: 4964237.

HSL color Cylindrical-coordinate representation of color #8DBF4B: hue angle of 85.86º degrees, saturation: 0.48, 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 #8DBF4B is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 191 75 -
CMYK 0.26 0 0.61 0.25
HSL 85.86º 0.48% 0.52% -
HSV(B) 85.86º 0.61% 0.75% -
XYZ 30.89 43.43 13.41 -
YUV 162.83 78.44 112.43 -
System Red Green Blue C M Y K H S L
Decimal 141 191 75 0.26 0 0.61 0.25 85.86 0.48 0.52
Hex 8D BF 4B 1A 0 3D 19 56 30 34
Octal 215 277 113 32 0 75 31 126 60 64
Binary 10001101 10111111 1001011 11010 0 111101 11001 1010110 110000 110100

Color Harmonies of #8DBF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBF4B

Black with #8DBF4B

Text Example


Text Example

White with #8DBF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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