Html Css Color HEX #95BC50 Chelsea Cucumber

📋 copy color: '#95BC50'

red 149 ◦ green 188 ◦ blue 80

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

Shades of Chelsea Cucumber #95BC50

Tints of Chelsea Cucumber #95BC50

RGB

 RED value IS 149 (58.59% from 255) = 35.73%

 GREEN value IS 188 (73.83% from 255) = 45.08%

 BLUE value IS 80 (31.64% from 255) = 19.18%

R = 35.73%
G = 45.08%
B = 19.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#95BC50 (or 0x95BC50) is known color: Chelsea Cucumber. HEX triplet: 95, BC and 50. RGB value is (149,188,80). Sum of RGB (Red+Green+Blue) = 149+188+80=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BC50 is #6A43AF. Grayscale: #A4A4A4. Windows color (decimal): -6964144 or 5291157. OLE color: 5291157.

HSL color Cylindrical-coordinate representation of color #95BC50: hue angle of 81.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95BC50 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 188 80 -
CMYK 0.21 0 0.57 0.26
HSL 81.67º 0.45% 0.53% -
HSV(B) 81.67º 0.57% 0.74% -
XYZ 31.83 42.94 14.2 -
YUV 164.03 80.58 117.28 -
System Red Green Blue C M Y K H S L
Decimal 149 188 80 0.21 0 0.57 0.26 81.67 0.45 0.53
Hex 95 BC 50 15 0 39 1A 52 2D 35
Octal 225 274 120 25 0 71 32 122 55 65
Binary 10010101 10111100 1010000 10101 0 111001 11010 1010010 101101 110101

Color Harmonies of #95BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BC50

Black with #95BC50

Text Example


Text Example

White with #95BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95BC50; }

 p { color: rgb(149,188,80); }

 H1.HeaderClassName
 {
   color: #95BC50;
 }
 .AnyTagClassName
 {
   color: #95BC50;
 }
</style>

background-color css

<style>
 a { background-color: #95BC50; }

 a { background-color: rgb(149,188,80); }

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

border-color css

<style>
 span { border-color: #95BC50; }

 span { border-color: rgb(149,188,80); }

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