Html Css Color HEX #94BE50 Chelsea Cucumber

📋 copy color: '#94BE50'

red 148 ◦ green 190 ◦ blue 80

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

Shades of Chelsea Cucumber #94BE50

Tints of Chelsea Cucumber #94BE50

RGB

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

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

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

R = 35.41%
G = 45.45%
B = 19.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#94BE50 (or 0x94BE50) is known color: Chelsea Cucumber. HEX triplet: 94, BE and 50. RGB value is (148,190,80). Sum of RGB (Red+Green+Blue) = 148+190+80=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #94BE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BE50 is #6B41AF. Grayscale: #A5A5A5. Windows color (decimal): -7029168 or 5291668. OLE color: 5291668.

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

Color convert

RGB 148 190 80 -
CMYK 0.22 0 0.58 0.25
HSL 82.91º 0.46% 0.53% -
HSV(B) 82.91º 0.58% 0.75% -
XYZ 32.07 43.7 14.33 -
YUV 164.9 80.09 115.94 -
System Red Green Blue C M Y K H S L
Decimal 148 190 80 0.22 0 0.58 0.25 82.91 0.46 0.53
Hex 94 BE 50 16 0 3A 19 53 2E 35
Octal 224 276 120 26 0 72 31 123 56 65
Binary 10010100 10111110 1010000 10110 0 111010 11001 1010011 101110 110101

Color Harmonies of #94BE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BE50

Black with #94BE50

Text Example


Text Example

White with #94BE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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