Html Css Color HEX #94C231 Yellow Green

📋 copy color: '#94C231'

red 148 ◦ green 194 ◦ blue 49

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

Shades of Yellow Green #94C231

Tints of Yellow Green #94C231

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.62%

 BLUE value IS 49 (19.53% from 255) = 12.53%

R = 37.85%
G = 49.62%
B = 12.53%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#94C231 (or 0x94C231) is known color: Yellow Green. HEX triplet: 94, C2 and 31. RGB value is (148,194,49). Sum of RGB (Red+Green+Blue) = 148+194+49=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 49 (19.53% from 255 or 12.53% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #94C231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C231 is #6B3DCE. Grayscale: #A4A4A4. Windows color (decimal): -7028175 or 3261076. OLE color: 3261076.

HSL color Cylindrical-coordinate representation of color #94C231: hue angle of 79.03º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94C231 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 194 49 -
CMYK 0.24 0 0.75 0.24
HSL 79.03º 0.6% 0.48% -
HSV(B) 79.03º 0.75% 0.76% -
XYZ 32.06 45.1 9.92 -
YUV 163.72 63.26 116.79 -
System Red Green Blue C M Y K H S L
Decimal 148 194 49 0.24 0 0.75 0.24 79.03 0.6 0.48
Hex 94 C2 31 18 0 4B 18 4F 3C 30
Octal 224 302 61 30 0 113 30 117 74 60
Binary 10010100 11000010 110001 11000 0 1001011 11000 1001111 111100 110000

Color Harmonies of #94C231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C231

Black with #94C231

Text Example


Text Example

White with #94C231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,194,49); }

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

background-color css

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

 a { background-color: rgb(148,194,49); }

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

border-color css

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

 span { border-color: rgb(148,194,49); }

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