Html Css Color HEX #94BD39 Yellow Green

📋 copy color: '#94BD39'

red 148 ◦ green 189 ◦ blue 57

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

Shades of Yellow Green #94BD39

Tints of Yellow Green #94BD39

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.97%

 BLUE value IS 57 (22.66% from 255) = 14.47%

R = 37.56%
G = 47.97%
B = 14.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#94BD39 (or 0x94BD39) is known color: Yellow Green. HEX triplet: 94, BD and 39. RGB value is (148,189,57). Sum of RGB (Red+Green+Blue) = 148+189+57=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 57 (22.66% from 255 or 14.47% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BD39 is #6B42C6. Grayscale: #A2A2A2. Windows color (decimal): -7029447 or 3784084. OLE color: 3784084.

HSL color Cylindrical-coordinate representation of color #94BD39: hue angle of 78.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94BD39 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 189 57 -
CMYK 0.22 0 0.70 0.26
HSL 78.64º 0.54% 0.48% -
HSV(B) 78.64º 0.7% 0.74% -
XYZ 31.15 42.99 10.53 -
YUV 161.69 68.92 118.23 -
System Red Green Blue C M Y K H S L
Decimal 148 189 57 0.22 0 0.70 0.26 78.64 0.54 0.48
Hex 94 BD 39 16 0 46 1A 4F 36 30
Octal 224 275 71 26 0 106 32 117 66 60
Binary 10010100 10111101 111001 10110 0 1000110 11010 1001111 110110 110000

Color Harmonies of #94BD39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BD39

Black with #94BD39

Text Example


Text Example

White with #94BD39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,189,57); }

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

background-color css

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

 a { background-color: rgb(148,189,57); }

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

border-color css

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

 span { border-color: rgb(148,189,57); }

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