#94CB1E

Color #94CB1E Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #94CB1E

Tints of Yellow Green #94CB1E

Color information

#94CB1E (or 0x94CB1E) is unknown color: approx Yellow Green. HEX triplet: 94, CB and 1E. RGB value is (148,203,30). Sum of RGB (Red+Green+Blue) = 148+203+30=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 203 (79.69% from 255 or 53.28% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CB1E is #6B34E1. Grayscale: #A7A7A7. Windows color (decimal): -7025890 or 2018196. OLE color: 2018196.

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

Color convert

RGB14820330-
CMYK0.2700.850.20
HSL79.08º74.25%45.69%-
HSV(B)79.08º85.22%79.61%-
XYZ33.849.18.92-
YUV166.8350.78114.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.85%
GREEN value IS 203 (79.69% from 255) = 53.28%
BLUE value IS 30 (12.11% from 255) = 7.87%
R=38.85%
G=53.28%
B=7.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal148203300.2700.850.2079.0874.2545.69
Hex94CB1E1B055144f4a2e
Octal224313363301252411711256
Binary10010100110010111111011011010101011010010011111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CB1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,203,30); }

 H1.HeaderClassName
 {
   color: #94CB1E;
 }
 .AnyTagClassName
 {
   color: #94CB1E;
 }
</style>
background-color css

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

 a { background-color: rgb(148,203,30); }

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

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

 span { border-color: rgb(148,203,30); }

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