Html Css Color HEX #94BF54 Chelsea Cucumber

📋 copy color: '#94BF54'

red 148 ◦ green 191 ◦ blue 84

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

Shades of Chelsea Cucumber #94BF54

Tints of Chelsea Cucumber #94BF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.86%

R = 34.99%
G = 45.15%
B = 19.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#94BF54 (or 0x94BF54) is known color: Chelsea Cucumber. HEX triplet: 94, BF and 54. RGB value is (148,191,84). Sum of RGB (Red+Green+Blue) = 148+191+84=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BF54 is #6B40AB. Grayscale: #A6A6A6. Windows color (decimal): -7028908 or 5554068. OLE color: 5554068.

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

Color convert

RGB 148 191 84 -
CMYK 0.23 0 0.56 0.25
HSL 84.11º 0.46% 0.54% -
HSV(B) 84.11º 0.56% 0.75% -
XYZ 32.44 44.2 15.21 -
YUV 165.95 81.75 115.2 -
System Red Green Blue C M Y K H S L
Decimal 148 191 84 0.23 0 0.56 0.25 84.11 0.46 0.54
Hex 94 BF 54 17 0 38 19 54 2E 36
Octal 224 277 124 27 0 70 31 124 56 66
Binary 10010100 10111111 1010100 10111 0 111000 11001 1010100 101110 110110

Color Harmonies of #94BF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BF54

Black with #94BF54

Text Example


Text Example

White with #94BF54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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