Html Css Color HEX #94BB30 Yellow Green

📋 copy color: '#94BB30'

red 148 ◦ green 187 ◦ blue 48

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

Shades of Yellow Green #94BB30

Tints of Yellow Green #94BB30

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.83%

 BLUE value IS 48 (19.14% from 255) = 12.53%

R = 38.64%
G = 48.83%
B = 12.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#94BB30 (or 0x94BB30) is known color: Yellow Green. HEX triplet: 94, BB and 30. RGB value is (148,187,48). Sum of RGB (Red+Green+Blue) = 148+187+48=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 187 - color contains mainly: green. Hex color #94BB30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BB30 is #6B44CF. Grayscale: #A0A0A0. Windows color (decimal): -7029968 or 3193748. OLE color: 3193748.

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

Color convert

RGB 148 187 48 -
CMYK 0.21 0 0.74 0.27
HSL 76.83º 0.59% 0.46% -
HSV(B) 76.83º 0.74% 0.73% -
XYZ 30.52 42.05 9.3 -
YUV 159.49 65.08 119.8 -
System Red Green Blue C M Y K H S L
Decimal 148 187 48 0.21 0 0.74 0.27 76.83 0.59 0.46
Hex 94 BB 30 15 0 4A 1B 4D 3B 2E
Octal 224 273 60 25 0 112 33 115 73 56
Binary 10010100 10111011 110000 10101 0 1001010 11011 1001101 111011 101110

Color Harmonies of #94BB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BB30

Black with #94BB30

Text Example


Text Example

White with #94BB30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,187,48); }

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

background-color css

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

 a { background-color: rgb(148,187,48); }

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

border-color css

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

 span { border-color: rgb(148,187,48); }

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