Html Css Color HEX #94BF50 Chelsea Cucumber

📋 copy color: '#94BF50'

red 148 ◦ green 191 ◦ blue 80

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

Shades of Chelsea Cucumber #94BF50

Tints of Chelsea Cucumber #94BF50

RGB

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

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

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

R = 35.32%
G = 45.58%
B = 19.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#94BF50 (or 0x94BF50) is known color: Chelsea Cucumber. HEX triplet: 94, BF and 50. RGB value is (148,191,80). Sum of RGB (Red+Green+Blue) = 148+191+80=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BF50 is #6B40AF. Grayscale: #A5A5A5. Windows color (decimal): -7028912 or 5291924. OLE color: 5291924.

HSL color Cylindrical-coordinate representation of color #94BF50: hue angle of 83.24º 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 #94BF50 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 191 80 -
CMYK 0.23 0 0.58 0.25
HSL 83.24º 0.46% 0.53% -
HSV(B) 83.24º 0.58% 0.75% -
XYZ 32.29 44.14 14.41 -
YUV 165.49 79.75 115.53 -
System Red Green Blue C M Y K H S L
Decimal 148 191 80 0.23 0 0.58 0.25 83.24 0.46 0.53
Hex 94 BF 50 17 0 3A 19 53 2E 35
Octal 224 277 120 27 0 72 31 123 56 65
Binary 10010100 10111111 1010000 10111 0 111010 11001 1010011 101110 110101

Color Harmonies of #94BF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BF50

Black with #94BF50

Text Example


Text Example

White with #94BF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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