Html Css Color HEX #94BC33 Yellow Green

📋 copy color: '#94BC33'

red 148 ◦ green 188 ◦ blue 51

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

Shades of Yellow Green #94BC33

Tints of Yellow Green #94BC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.18%

R = 38.24%
G = 48.58%
B = 13.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#94BC33 (or 0x94BC33) is known color: Yellow Green. HEX triplet: 94, BC and 33. RGB value is (148,188,51). Sum of RGB (Red+Green+Blue) = 148+188+51=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 51 (20.31% from 255 or 13.18% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BC33 is #6B43CC. Grayscale: #A0A0A0. Windows color (decimal): -7029709 or 3390612. OLE color: 3390612.

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

Color convert

RGB 148 188 51 -
CMYK 0.21 0 0.73 0.26
HSL 77.52º 0.57% 0.47% -
HSV(B) 77.52º 0.73% 0.74% -
XYZ 30.79 42.5 9.71 -
YUV 160.42 66.25 119.14 -
System Red Green Blue C M Y K H S L
Decimal 148 188 51 0.21 0 0.73 0.26 77.52 0.57 0.47
Hex 94 BC 33 15 0 49 1A 4E 39 2F
Octal 224 274 63 25 0 111 32 116 71 57
Binary 10010100 10111100 110011 10101 0 1001001 11010 1001110 111001 101111

Color Harmonies of #94BC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BC33

Black with #94BC33

Text Example


Text Example

White with #94BC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,188,51); }

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

background-color css

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

 a { background-color: rgb(148,188,51); }

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

border-color css

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

 span { border-color: rgb(148,188,51); }

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