Html Css Color HEX #94BD50 Chelsea Cucumber

📋 copy color: '#94BD50'

red 148 ◦ green 189 ◦ blue 80

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

Shades of Chelsea Cucumber #94BD50

Tints of Chelsea Cucumber #94BD50

RGB

 RED value IS 148 (58.2% from 255) = 35.49%

 GREEN value IS 189 (74.22% from 255) = 45.32%

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

R = 35.49%
G = 45.32%
B = 19.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#94BD50 (or 0x94BD50) is known color: Chelsea Cucumber. HEX triplet: 94, BD and 50. RGB value is (148,189,80). Sum of RGB (Red+Green+Blue) = 148+189+80=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BD50 is #6B42AF. Grayscale: #A4A4A4. Windows color (decimal): -7029424 or 5291412. OLE color: 5291412.

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

Color convert

RGB 148 189 80 -
CMYK 0.22 0 0.58 0.26
HSL 82.57º 0.45% 0.53% -
HSV(B) 82.57º 0.58% 0.74% -
XYZ 31.86 43.27 14.26 -
YUV 164.32 80.42 116.36 -
System Red Green Blue C M Y K H S L
Decimal 148 189 80 0.22 0 0.58 0.26 82.57 0.45 0.53
Hex 94 BD 50 16 0 3A 1A 53 2D 35
Octal 224 275 120 26 0 72 32 123 55 65
Binary 10010100 10111101 1010000 10110 0 111010 11010 1010011 101101 110101

Color Harmonies of #94BD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BD50

Black with #94BD50

Text Example


Text Example

White with #94BD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94BD50; }

 p { color: rgb(148,189,80); }

 H1.HeaderClassName
 {
   color: #94BD50;
 }
 .AnyTagClassName
 {
   color: #94BD50;
 }
</style>

background-color css

<style>
 a { background-color: #94BD50; }

 a { background-color: rgb(148,189,80); }

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

border-color css

<style>
 span { border-color: #94BD50; }

 span { border-color: rgb(148,189,80); }

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