Html Css Color HEX #94C334 Yellow Green

📋 copy color: '#94C334'

red 148 ◦ green 195 ◦ blue 52

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

Shades of Yellow Green #94C334

Tints of Yellow Green #94C334

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.37%

 BLUE value IS 52 (20.7% from 255) = 13.16%

R = 37.47%
G = 49.37%
B = 13.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#94C334 (or 0x94C334) is known color: Yellow Green. HEX triplet: 94, C3 and 34. RGB value is (148,195,52). Sum of RGB (Red+Green+Blue) = 148+195+52=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #94C334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C334 is #6B3CCB. Grayscale: #A5A5A5. Windows color (decimal): -7027916 or 3457940. OLE color: 3457940.

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

Color convert

RGB 148 195 52 -
CMYK 0.24 0 0.73 0.24
HSL 79.72º 0.58% 0.48% -
HSV(B) 79.72º 0.73% 0.76% -
XYZ 32.35 45.57 10.34 -
YUV 164.65 64.43 116.13 -
System Red Green Blue C M Y K H S L
Decimal 148 195 52 0.24 0 0.73 0.24 79.72 0.58 0.48
Hex 94 C3 34 18 0 49 18 50 3A 30
Octal 224 303 64 30 0 111 30 120 72 60
Binary 10010100 11000011 110100 11000 0 1001001 11000 1010000 111010 110000

Color Harmonies of #94C334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C334

Black with #94C334

Text Example


Text Example

White with #94C334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,195,52); }

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

background-color css

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

 a { background-color: rgb(148,195,52); }

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

border-color css

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

 span { border-color: rgb(148,195,52); }

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